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

GTFS Realtime #27

Open
mattwigway opened this issue Sep 17, 2012 · 0 comments
Open

GTFS Realtime #27

mattwigway opened this issue Sep 17, 2012 · 0 comments

Comments

@mattwigway
Copy link

GTFS Realtime feeds for BART and MBTA are already in the database. However, using them in graphs/deployments is a bit tricky, because of opentripplanner/OpenTripPlanner#825, and also because it is tricky to know what feed to map the real time data to. Following conversation with @novalis, it appears this will be difficult; GTFS-rt is matched to GTFS by agency_id, which may be the defaultAgencyId we set or may be an explicitly-overridden agency ID. To complicate things, just grabbing agency_ids out of GTFS won't help, because, for instance, BART has two agencies in their GTFS (BART and AirBART, although the Oakland Airport Connector may change that) but does not report agency_id in GTFS-rt. Trip IDs are feed-unique, but once a graph is built we don't know what feed a particular agency came from.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant