gtfs-validator icon indicating copy to clipboard operation
gtfs-validator copied to clipboard

Flex: modify foreign_key_violation to support locations.geojson

Open emmambd opened this issue 9 months ago • 1 comments

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

emmambd avatar May 13 '24 14:05 emmambd

Tasks:

  • Change the location_id to conditional and check the location.geojson for the IDS.
  • Review acceptance tests results for flex feeds.

davidgamez avatar Aug 05 '24 15:08 davidgamez