Skip to content
/ gtfstk Public

A set of Python 3.4 tools for processing General Transit Feed Specification (GTFS) data

License

Notifications You must be signed in to change notification settings

Shnn/gtfstk

Repository files navigation

GTFSTK

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.

Warning

This is an alpha release. It needs more testing, and the API might change.

Installation

pip install gtfstk

Examples

You can play with examples/examples.ipynb in an iPython notebook

Documentation

Documentation is in docs/ and also here.

Comments

Constructive comments are welcome and are best filed in this repository's issue section with an appropriate label, e.g. 'enhancement'.

About

A set of Python 3.4 tools for processing General Transit Feed Specification (GTFS) data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages