MobilityData / gtfs-validator

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

[REQUEST] Implement semantic verification of field shape_dist_traveled in stop_times.txt #242

Closed lionel-nj closed 4 years ago

lionel-nj commented 4 years ago

Is your feature request related to a problem? Please describe. This numeric field should be user configurable so that suspicious values can be reported.

Describe the solution you'd like

barbeau commented 4 years ago

Same here - I don't think stop_sequence can be suspicious. It's either a unique integer for a given trip_id or it's not (which would be an error).

lionel-nj commented 4 years ago

True, editing this issue accordingly

lionel-nj commented 4 years ago

Duplicated in https://github.com/MobilityData/gtfs-validator/issues/164