Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 1.07 KB

README.md

File metadata and controls

17 lines (15 loc) · 1.07 KB

yaramo

yaramo is a railway model focusing on interoperability between different existing planning formats like PlanPro or ORM.

model

The model is based on the topology class, which acts as a container for its elements. These elements can be signals, nodes, edges, or routes. A route can also reference signals and edges. class diagram All yaramo classes inherit from the BaseElement class. class diagram

import/export

The general idea of yaramo is to act as the glue between different importer and exporter applications. This allows us to use different interfaces to generate or modify yaramo models and then export them for different use cases.

See our demo repository for some examples.

install

$ poetry add git+https://github.com/simulate-digital-rail/yaramo
$ poetry install