https://github.com/residentmario/gtfs-tripify
Turn GTFS-RT transit updates into historical arrival data.
https://github.com/residentmario/gtfs-tripify
gtfs gtfs-realtime open-data transit-data
Last synced: 6 months ago
JSON representation
Turn GTFS-RT transit updates into historical arrival data.
- Host: GitHub
- URL: https://github.com/residentmario/gtfs-tripify
- Owner: ResidentMario
- License: mit
- Created: 2017-08-18T01:09:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-27T20:42:11.000Z (over 3 years ago)
- Last Synced: 2025-04-10T07:17:27.168Z (6 months ago)
- Topics: gtfs, gtfs-realtime, open-data, transit-data
- Language: Python
- Homepage: https://residentmario.github.io/gtfs-tripify/index.html
- Size: 7 MB
- Stars: 45
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# gtfs-tripify  [](https://pypi.python.org/pypi/gtfs_tripify/) [](https://residentmario.github.io/gtfs-tripify/index.html)
Many major transit municipalities in the United States public realtime information about the state of their systems using a common format known as a [GTFS-Realtime feed](https://developers.google.com/transit/gtfs-realtime/). This is the information that the [Metropolitan Transit Authority](https://en.wikipedia.org/wiki/Metropolitan_Transportation_Authority), for example, uses to power its arrival countdown clocks on station platforms.
`gtfs-tripify` is a Python package for turning streams of GTFS-Realtime messages into a "trip log" of train arrival and departure times. The result is the ground truth history of arrivals and departures of all trains included in the inputted GTFS-RT feeds:

To learn more about `gtfs_tripify` [check out the docs](https://residentmario.github.io/gtfs-tripify/index.html).
Note that `gtfs_tripify` is an experimental (unmaintained) library. It is provided as-is.