Closed
Description
Describe the problem
The spec says in pathways.is_bidirectional:
Exit gates (pathway_mode=7) must not be bidirectional.
I believe we don't have a validation rule for this currently.
Describe the new validation rule
Trigger an error if in pathways, there are records with pathway_mode=7
and is_bidirectional=1
Sample GTFS datasets
Here a modified dataset Berlin where in pathways, the first record should trigger the error.
Archive.zip
Severity
ERROR
Additional context
No response