/gtfs_kit

A Python 3.6+ tool kit for analyzing General Transit Feed Specification (GTFS) data

Primary LanguageJupyter NotebookMIT LicenseMIT

GTFS Kit

https://travis-ci.org/mrcagney/gtfs_kit.svg?branch=master

GTFS Kit is a Python 3.6+ kit for analyzing General Transit Feed Specification (GTFS) data in memory without a database. It uses Pandas and Shapely to do the heavy lifting.

This project supersedes GTFSTK.

Installation

pip install gtfs_kit.

Examples

Examples are in the Jupyter notebook notebooks/examples.ipynb.

Authors

  • Alex Raichev, 2019-09

Documentation

On Github Pages here.

Notes

  • Development status is Alpha
  • This project uses semantic versioning
  • Thanks to MRCagney for donating to this project
  • Constructive feedback and code contributions welcome. Please issue pull requests into the develop branch and include tests.