malats / gtfstk

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GTFSTK

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

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

Update 2019-09-23: GTFSTK has been superseded by GTFS Kit, a project with the same purpose and a slightly better name.

Installation

pip install gtfstk.

Examples

You can play with ipynb/examples.ipynb in a Jupyter notebook

Authors

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.

About

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

License:MIT License


Languages

Language:Jupyter Notebook 64.3%Language:Python 35.7%