Notice when wheelchair_boarding and wheelchair_accessible fields are missing from stops.txt and trips.txt #1276
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
status: Blocked
Can't work on it currently because of an external factor.
Describe the problem
Per the California Minimum General Transit Feed Specification (GTFS) Guidelines, the file stops.txt is required to have a non-null value in the wheelchair_boarding column for all rows, and same with wheelchair_accessible in trips.txt. We don't yet have a validation rule for these.
Describe the new validation rule
In stops.txt, if any row has a null value in the wheelchair_boarding column, trigger a 'missing_accessibility_fields' notice.
In trips.txt, if any row has a null value in the wheelchair_accessible column, trigger a 'missing_accessibility_fields' notice.
Sample GTFS datasets
No response
Severity
Warning
Additional context
No response
The text was updated successfully, but these errors were encountered: