MobilityData / gtfs-validator

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

Modify stop_too_far_from_shape to only check stop_times.txt rows with stop_id #1881

Closed emmambd closed 1 month ago

emmambd commented 1 month ago

Describe the problem

Based on this feed and its associated validation report, right now stop_too_far_from_shape is being triggered on stop times that don't have a stop_id.

Proposed solution

Modify stop_too_far_from_shape so it only checks stop times records that have a stop_id. It should ignore stop times that don't have a stop_id.

Alternatives you've considered

No response

Additional context

No response

tzujenchanmbd commented 1 month ago

In other words - It ignores stop times records that don't have a stop_id