-
Notifications
You must be signed in to change notification settings - Fork 193
More clarifications on trip modifications #542
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
base: master
Are you sure you want to change the base?
Conversation
- Specify that the shape should be the full shape - Clarification on usage of ids inside a GTFS-rt - Clarification that linked entities should be done inside the same feed - Sync definition of shape_id inside TripProperties between proto and reference
@gcamp Is this proposed clarification meant to imply that linked entities (new As far as I know, there isn't a best practice as to whether producers should have only combined GTFS-realtime URL. Are there any producers publishing separate Stops.pb and Shapes.pb files, or are all current examples of TripModifications including these within the same Protobuf URL? |
Is there a publically available feed that regularly includes Trip Modifications? |
@jfabi yes it was meant to mean they should be inside the same file. All the trip modifications producers we've seen except one had everything in the same feed. We asked that producer to change it because it was required in our implementation. We have seen 5 producers so far, but not all of them are in production at the moment. I think it make sense for it to be required to be in the same file because they are an absolute requirement for a trip modification to be processed. Without the linked Shape/Stop, we just can't do anything (not even partially) with it. There are some linked information in other feeds but they are not required for processing the feed. I think @doconnoronca the examples feeds given here are still valid. Baltimore (almost?) always has a detour live. |
I detected a trip modification in the wild with the Santa Cruz METRO who uses a Clever Devices system. The feed is at https://rt.scmetro.org/gtfsrt/trips |
I'll start the vote on Monday if there are no further objections to the proposal! |
Hi everyone,
While we're having more and more producer creating trip modifications, we identified a couple common misconception that can be clarified in the specification.
This PR clarifies the following point :
shape_id
orstop_id
, notid
of the FeedMessage)shape_id
that's insideTripProperties
was also not in sync between reference and the proto, too the opportunity to fix this.