-
Notifications
You must be signed in to change notification settings - Fork 30
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
Replicate and Improve Ntas API: GTFS-RT format #18
Comments
@bowenwen totally knows my bias here, but I'd recommend writing the API spec in YAML as you wish it existed, using the Swagger Editor: http://editor.swagger.io/#/ Then you can version control that yaml, and rig up an actual API proxy later :) |
So I actually think this might also solve #13 as well, since there are a few tools for archiving , analysing, and visualizing GTFS-Real Time data. Here's the GTFS-RT spec, the first post will be updated with a list of tasks |
There are a number of Java-based examples here |
|
I forked the this project, recommended on the GTFS slack, it generates a GTFS-RT API from a database.
|
Got the package installed and built. Small problem is it's designed for surface vehicles, so default is taking in GPS positions of vehicles, not sure what is need to transform to trip updates (predicted arrival time for a headway service). Would need to modify at least two things:
|
Having the scraper generate GTFS-RT data would have two benefits:
This requires generating GTFS-RT in real... time, and then also reprocessing the archive of data.
The text was updated successfully, but these errors were encountered: