You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2023. It is now read-only.
I would like to know if anyone has the database schema for GTFS real time? I plan to store the GTFS realtime data from an AVL system to a database and share it (Like MBTA feed API).
So far I have this python class that I will test soon (https://github.com/mattwigway/gtfsrdb/blob/master/model.py)
Thanks
Rodrigo
The text was updated successfully, but these errors were encountered:
I did the schema based on gtfsrdb. I am not sure if the relations between the tables alerts with entity_selectors and trip_updates with stop_time_updates are 1:1 or 1:N. I will post in the google groups as well.
Thanks Tyler!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I would like to know if anyone has the database schema for GTFS real time? I plan to store the GTFS realtime data from an AVL system to a database and share it (Like MBTA feed API).
So far I have this python class that I will test soon (https://github.com/mattwigway/gtfsrdb/blob/master/model.py)
Thanks
Rodrigo
The text was updated successfully, but these errors were encountered: