Complement GTFS-RT Archival Tools

During my research I found two more candidates for my use case, which I hereby wanted to share.
This commit is contained in:
Max Buchholz 2024-12-10 16:26:05 +01:00 committed by GitHub
parent 8f2c07c331
commit c17e484715
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -479,6 +479,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