Merge pull request #290 from 1Maxnet1/patch-7

Complement GTFS-RT Archival Tools
This commit is contained in:
Elias Gino Cripotos 2025-01-07 12:18:59 -05:00 committed by GitHub
commit 913b8cf970
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -483,6 +483,8 @@ Converters from various static schedule formats to and from GTFS.
- [GTFS-realtime to SQL](https://github.com/OpenMobilityData/GtfsRealTimeToSql) - Parses a GTFS-RealTime feed into an SQL database (used in [OpenMobilityData.org](https://openmobilitydata.org))
- [gtfsrdb](https://github.com/CUTR-at-USF/gtfsrdb) - A Python tool that supports reading and archiving GTFS-realtime feeds into a database
- [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.
#### GTFS Realtime Convertors