New Rule Proposal: Individual scheduled trip_id not accounted for in Trip Updates feed #157
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:
An error should be raised whenever an individual Trip that should be in service at the time a Trip Update feed was downloaded is not accounted for in any TripUpdate record in the Trip Update feed.
Steps to reproduce:
Given a TripUpdate dataset
and its associated GTFS Schedule dataset
When when the validator has compiled a list of all trips that should be currently in service
and has scanned through all TripUpdate entities in a Trip Updates feed
and does not find an individual Trip that was expected to be in service being accounted for in any TripUpdate record
Then the validator should flag this respective
trip_id
in question for not having any corresponding TripUpdate entity describing its realtime status in the Trip Update feed.Expected behavior:
The GTFS-Realtime Best Practices state:
The GTFS Validator should flag all
trip_id
s individually that should have been accounted for at the time that the trip should have been in service.Observed behavior:
An error or warning is not raised for this problem at this time.
etc
This issue seeks to add more detailed scope to #119.
The text was updated successfully, but these errors were encountered: