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

Implement walking speed verification for a transfer #158

Open maximearmstrong opened 4 years ago

maximearmstrong commented 4 years ago

Is your feature request related to a problem? Please describe. Allowed time for a transfer should not demand a too fast walking pace. This is a GTFS rule implemented in Google Python validator and featured in Google Type Error as TYPE_TRANSFER_WALKING_SPEED_IS_TOO_FAST.

Describe the solution you'd like Actual Google GTFS validator behaviour : verifies if transfer walking speed is not greater than 2m/s.

Describe alternatives you've considered

Additional context Line 123 in Error support priorities https://docs.google.com/spreadsheets/d/1vqe6wq7ctqk1EhYkgtZ0_TbcQ91vccfs2daSjn20BLE/edit#gid=0

barbeau commented 4 years ago

Another threshold that's not in the spec or best practices