-
Notifications
You must be signed in to change notification settings - Fork 133
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
Add support for OccupancyStatus GTFS-rt field #121
Comments
@barbeau
|
@drabell I wanted more quantitative measures in GTFS-rt for occupancy (one reason being the underlying data we get from the Bull Runner AVL system is percentage [0-100]), but others (including Google) did not. See https://groups.google.com/forum/#!topic/gtfs-realtime/_HtNTGp5LxM for the full discussion. We settled just on these enumerations. I agree that crowdsourcing other metrics (on-vehicle occupancy, stop waiting occupancy) would also be useful. Other systems that do something similar for vehicle occupancy are Moovit and CMU's Tiramisu. I'm personally open to this being included in OBA, but its outside the current scope of our (i.e., USF's) work. So, I'm open to pull requests that propose/implement something, but not likely something we'll tackle in the immediate future, unless someone decides to fund that concept specifically :). |
…-affected-App-tier-fixed Admin tier availability affecting App tier fixed.
OccupancyStatus
is now an "experimental/proposed" GTFS-realtime field, as discussed on the gtfs-realtime list.Here’s an explanation of the enumeration values:
https://groups.google.com/forum/#!msg/gtfs-realtime/_HtNTGp5LxM/0mvvEW1WuMMJ
...and the same text inline, for convenience:
We should consume this data and expose it via the OBA REST API.
We should have a live GTFS-rt feed with this field within the next few weeks - see CUTR-at-USF/bullrunner-gtfs-realtime-generator#4.
The text was updated successfully, but these errors were encountered: