Skip to content

BP2022-AP1/yaramo

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%