Skip to main content

Hello !

Before going deep into this, I would like know : is there a simple way to read a GTFS, then "translate" it into a graph structure, and write the graph into file ? (XML, GraphML, JSON, GraphJSON, other ?)

 

 

Thanks in advance !

@mickael

 

You can probably, using fme network oriented transformers and helpers. Using Topology builders, networkcostcalculators etc.

Helpers like snappers and intersectors etc..

 

Using python through fme.

You could use for instance peartree. Which you can download at (am I allowed to say .."GitHub" ?).

peartree: A library for converting transit data into a directed graph for network analysis.

 

 


Reply