Basically this is the output of me being curious about what I could do with SimPy, Networkx, and the Los Angeles Metro Rail GTFS data (though this should be relatively generic).
The first goal, was to cleanly display a network resulting from the GTFS data, i.e. station names and locations, connections between the stations, etc. The LA Metro data is of particular interest because it is:
- Relatively manageable because the rail and bus data are separated, making the Rail alone relatively small.
- There are still enough weird edge cases (shortruns, transfer stations, etc.)
Read the GTFS schedules and output the stuff!