ibi-group / datatools-server

Server for IBI's GTFS data management platform.
MIT License
49 stars 51 forks source link

Add validation for directions.txt #559

Closed philip-cline closed 11 months ago

philip-cline commented 1 year ago

Checklist

Description

It has recently been pointed out that a lack of route records in the GTFS+ directions.txt can cause direction data to become unavailable in downstream systems. This PR provides validation of the GTFS+ directions.txt table to ensure that every route has a corresponding entry.

philip-cline commented 11 months ago

Updated this to match the latest language in the MTC branch. Should be the same as that previously closed PR.

Note if you're testing this you should merge dev into this branch to get the latest updates