Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use GTFS as source of data for transit data. #133

Open
FlippytheFrogman opened this issue Apr 22, 2015 · 1 comment
Open

Use GTFS as source of data for transit data. #133

FlippytheFrogman opened this issue Apr 22, 2015 · 1 comment
Assignees

Comments

@FlippytheFrogman
Copy link

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/

@patrickgreenwell
Copy link
Collaborator

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.

@patrickgreenwell patrickgreenwell self-assigned this May 25, 2016
@patrickgreenwell patrickgreenwell changed the title Use GTFS as source of data for transit data. Use GTFS as source of data for transit data. May 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants