Implement feed dates verification (GTFS rule) #140
Labels
community rules
This is used for Out of Spec / Out of Best Practice rules that we'd like to include in the validator
new rule
New rule to be added
python validator
Rules implemented in the original Google Python Validator
status: Needs discussion
We need a discussion on requirements before calling this issue ready
Milestone
Is your feature request related to a problem? Please describe.
A feed must have dates linked to it, and must have exceptions for specific dates (trips exceptions, different route, etc.). This is a GTFS rule implemented in Google Python validator and featured in Google Type Error as TYPE_FEED_HAS_NO_SERVICE_DATE_EXCEPTIONS and TYPE_FEED_HAS_NO_SERVICE_DATES.
Describe the solution you'd like
Actual Google GTFS validator behaviour : verifies if feed has effective dates (if empty or is in a valid date format), then verifies service gaps and service exception. Verifies if a feed has exceptions, if the feed has been active for over 6 months.
Describe alternatives you've considered
Additional context
Line 52 et 53 in Error support priorities https://docs.google.com/spreadsheets/d/1vqe6wq7ctqk1EhYkgtZ0_TbcQ91vccfs2daSjn20BLE/edit#gid=0
The text was updated successfully, but these errors were encountered: