vasile / transit-map

The server and client used in transit map simulations like swisstrains.ch
http://simcity.vasile.ch/sbb/
MIT License
358 stars 90 forks source link

Question #14

Open tobias-f opened 5 years ago

tobias-f commented 5 years ago

Hello.

Great project. I have just a quick question. I know that one can get the location of the stations and the time table from the SBB opendata API. But where did you get the paths of the train tracks? Is this also available from a public API somewhere? Thanks a lot. Cheers, Tobias

derhuerst commented 2 years ago

This repo is being used in GTFS-viz, which has a build script that processes the shapes from the GTFS dataset:

https://github.com/vasile/GTFS-viz/blob/39405bc7c211b310f9a249bb74d2ecb8877c4517/Rakefile#L138-L316

Does that answer your question?