Skip to content

Added Node Plotting for Rly Files

Latest
Compare
Choose a tag to compare
@artemis-beta artemis-beta released this 02 Apr 14:26
· 6 commits to main since this release

This release fixes a few bugs in v0.5.6 where new features were not implemented correctly, it also adds the ability to visualise routes as Matplotlib plots via igraph:

import railostools.rly.parsing as railos_rly

_parser = railos_rly.RlyParser()
_parser.parse("My_Route.rly")
_parser.plot("My_Route_Plot.pdf")