This is a Python 3.4 tool kit for processing General Transit Feed Specification (GTFS) data in memory without a database. It's mostly for computing statistics, such as daily service distance per route and daily number of trips per stop. It uses Pandas and Shapely to do the heavy lifting.
This is an alpha release. It needs more testing, and the API might change.
pip install gtfstk
You can play with examples/examples.ipynb
in an iPython notebook
Documentation is in docs/
and also here.
Constructive comments are welcome and are best filed in this repository's issue section with an appropriate label, e.g. 'enhancement'.