vasile / transit-map

The server and client used in transit map simulations like swisstrains.ch

Home Page:http://simcity.vasile.ch/sbb/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question

tobias-f opened this issue · comments

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

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?