Merge pull request #294 from 1Maxnet1/patch-9

Add GTFS Realtime Archival tool
This commit is contained in:
Carl Fredlund 2025-01-18 10:09:17 -05:00 committed by GitHub
commit 18acc3859f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -489,6 +489,7 @@ Converters from various static schedule formats to and from GTFS.
- [retro-gtfs](https://github.com/SAUSy-Lab/retro-gtfs) - A Python application that collects real-time data from the Nextbus API and archives it into the GTFS format (i.e., retrospective GTFS).
- [Transi](https://gitlab.com/cutr-at-usf/transi) - A Cloud-native GTFS-RT/GTFS archiving system.
- [GTFS-Realtime-Capsule](https://github.com/tsdataclinic/gtfs-realtime-capsule) - A command-line tool that scrapes, normalizes, and archives real-time public transit data.
- [gtfsdb_realtime](https://github.com/OpenTransitTools/gtfsdb_realtime) - Real-time GTFS database loader and ORM library
#### GTFS Realtime Convertors