MobilityData / gtfs-realtime-validator

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

Use v2 #120

Open e-lo opened 2 years ago

e-lo commented 2 years ago

Relevant Best Practice text:

All GTFS Realtime feeds should be "2.0" or higher, as early version of GTFS Realtime did not require all fields needed to represent various transit situations adequately.

barbeau commented 2 years ago

Right now we have two errors that are only applied to v2.0 feeds, E048 and E049:

...but we don't have any rules that target < v2.0 feeds, which is what this issue is focused on.

I supposed this would be a new rule that would be a warning that flags v1 feeds (as opposed to an error)?

e-lo commented 2 years ago

I supposed this would be a new rule that would be a warning that flags v1 feeds (as opposed to an error)?

Exactly.