mrcagney / gtfs_kit

A Python library for analyzing GTFS feeds.
MIT License
46 stars 7 forks source link

GTFS Kit


.. image:: https://github.com/mrcagney/gtfs_kit/actions/workflows/test.yml/badge.svg

GTFS Kit is a Python library for analyzing General Transit Feed Specification (GTFS) <https://en.wikipedia.org/wiki/GTFS>_ data in memory without a database. It uses Pandas and GeoPandas to do the heavy lifting.

Installation

Install it from PyPI with UV, say, via uv add gtfs_kit.

Examples

In the Jupyter notebook notebooks/examples.ipynb.

Authors

Documentation

The documentation is built via Sphinx from the source code in the docs directory then published to Github Pages at mrcagney.github.io/gtfs_kit_docs <https://mrcagney.github.io/gtfs_kit_docs>_.

Notes