-
Notifications
You must be signed in to change notification settings - Fork 2
Description
We might have to merge information from GTFS alerts & trip updates as some providers might only publish one of the 2 for cancelled trips.
At the very least, find a way to show it in the UI.
GTFS-RT documentation:
When canceling trips over a number of days, producers should provide TripUpdates referencing the given
trip_idsandstart_datesasCANCELEDas well as an Alert withNO_SERVICEreferencing the sametrip_idsand TimeRange that can be shown to riders explaining the cancellation (e.g., detour).
https://gtfs.org/documentation/realtime/realtime-best-practices/#alert
When canceling trips over a number of days, producers should provide TripUpdates referencing the given
trip_idsandstart_datesasCANCELEDas well as an Alert withNO_SERVICEreferencing the sametrip_idsand TimeRange that can be shown to riders explaining the cancellation (e.g., detour).
https://gtfs.org/documentation/realtime/realtime-best-practices/#tripupdate
Ex:
- on March 18, 2025 link1 link2, multiple trips cancelled for 🇨🇦 exo Trains 11 Vaudreuil/Hudson: only
NO_SERVICEGTFS-RT alert published not GTFS-RT trip updates... (can see GTFS-RT vehicle on map 🤯 )
Related: