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
The General Transit Feed Specification (GTFS) defines a common format for public transportation schedules and associated geographic information. GTFS "feeds" allow public transit agencies to publish their transit data and developers to write applications that consume that data in an interoperable way.
This looks like a great way to import t data and then use that to build out the data. That's got lots of nifty methods we can use to pull maybe use geo-location for reports and such.
We'll need an upgrade script for the previous data in the mongodb though. Might add the station_id into the JSON we've got as a way for future upgrades.
The General Transit Feed Specification (GTFS) defines a common format for public transportation schedules and associated geographic information. GTFS "feeds" allow public transit agencies to publish their transit data and developers to write applications that consume that data in an interoperable way.
https://developers.google.com/transit/gtfs/
The text was updated successfully, but these errors were encountered: