MobilityData / gtfs-validator

Canonical GTFS Validator project for schedule (static) files.
https://gtfs-validator.mobilitydata.org/
Apache License 2.0
266 stars 100 forks source link

Flex: modify foreign_key_violation to support locations.geojson #1757

Open emmambd opened 1 month ago

emmambd commented 1 month ago

Describe the problem

We want to be able to support Flex as a part of https://github.com/MobilityData/gtfs-validator/issues/1721, we need to refactor current rules to support locations.geojson.

Proposed solution

Modify and test foreign_key_violation when location_id is defined in stop_times.txt but not in locations.geojson. Test with foreign_key_violation_area_1137.zip to verify.

Alternatives you've considered

No response

Additional context

No response