New Rule Proposal: Feed-wide threshold of ServiceAlert records having missing/stale timestamp #165
Labels
GTFS(-rt) best practice clarification
GTFS RT Best Practices
Used for issues or pull requests related to GTFS RT Best Practices
new rule
Summary:
A warning should be raised whenever a feed-wide threshold has been met among all entities that have a missing or stale timestamp.
Steps to reproduce:
Given a ServiceAlert dataset
When the validator has scanned each individual ServiceAlert record and detects that a certain feed-wide threshold of those records have a timestamp that is missing or stale
Then the validator should flag the ServiceAlert feed in question for having a feed-wide problem of missing or stale timestamps being set
Expected behavior:
The GTFS-Realtime Best Practices state:
The GTFS Validator should flag an error whenever a certain percent of ServiceAlert records do not have a timestamp value added or one that is added but is far enough in the past that it is stale.
Observed behavior:
Timestamps are currently only checked at the feed-level.
etc:
The text was updated successfully, but these errors were encountered: