MobilityData / gtfs-realtime-validator

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

E025: Clarify to match best practices #138

Open e-lo opened 2 years ago

e-lo commented 2 years ago

Relevant Best Practice text:

stopTimeUpdate.arrival: Arrival time (specified in StopTimeEvent) should be before the departure time for the same stop if a layover or dwell time is expected - otherwise, arrival time should be be the same as departure time.

E025 text:

Within the same stop_time_update, arrival and departures times can be the same, or the departure time can be later than the arrival time - the departure time should never come before the arrival time.