MobilityData / gtfs-realtime-validator

Java-based tool that validates General Transit Feed Specification (GTFS)-realtime feeds
Other
41 stars 10 forks source link

Increase W004 vehicle speed is unrealistic threshold #71

Open isabelle-dr opened 2 years ago

isabelle-dr commented 2 years ago

Issue by barbeau Feb 14, 2020 Originally opened as https://github.com/CUTR-at-USF/gtfs-realtime-validator/issues/366


Summary:

We currently have the W004 threshold set at 26 meters per second (about 60 miles per hour): https://github.com/CUTR-at-USF/gtfs-realtime-validator/blob/master/RULES.md#W004

We should bump this to around 80 miles per hour to avoid catching buses on interstates serving more rural areas.

Steps to reproduce:

Run validator on feed with buses on interstate

Expected behavior:

Don't flag speeds unless they are very unreasonable

Observed behavior:

Speeds are flagged too often

Platform:

N/A