Add communication_period and impact_period to GTFS Service Alerts #521
Labels
Change: Addition
New function proposed to the specification.
GTFS Realtime
Issues and Pull Requests that focus on GTFS Realtime
Status: Discussion
Issues and Pull Requests that are currently being discussed and reviewed by the community.
Support: Needs Feedback
Describe the problem
In the GTFS Realtime Alert spec,
active_period
is defined as: Time when the alert should be shown to the user. If missing, the alert will be shown as long as it appears in the feed. If multiple ranges are given, the alert will be shown during all of them.However, there still is an ambiguity of interpretation of the
active_period
field; whether it is intended for the period of showing the alert or for the period of the related service disruption itself.Use cases
We need to distinguish:
Proposed solution
We propose the addition of two fields,
communication_period
andimpact_period
, to disambiguateactive_period
.The detailed proposal is found here: communication_period and impact_period proposal
Additional information
More information regarding the extent of this issue can be found in PR#482
The text was updated successfully, but these errors were encountered: