This is a set of Python 3.4 tools for processing General Transit Feed Specification (GTFS) data in memory without a database. It’s mostly for computing network-level statistics, such as mean daily service distance per route and mean daily number of vehicles per stop. Uses Pandas and Shapely to do the heavy lifting.
This is an alpha release. It needs more testing and the API might change. Use at your own risk.
pip install gtfs-toolkit
Play with examples/gtfs_toolkit_examples.ipynb in an iPython notebook