MobilityData / gtfs-realtime-validator

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

Don't use TripDescriptor.schedule_relationship ADDED #122

Closed e-lo closed 2 years ago

e-lo commented 2 years ago

Relevant Best Practice text:

TripDescriptor.schedule_relationship: The behavior of ADDED trips are unspecified and the use of this enumeration is not recommended.

barbeau commented 2 years ago

Thanks @e-lo! I believe this is covered by https://github.com/MobilityData/gtfs-realtime-validator/issues/79. That issue focuses on changing a current rule that uses ADDED, and should instead output the above best practice text. I've copied the best practice text over to that issue so we can use it.

e-lo commented 2 years ago

Closing as duplicate after adding GTFS-RT Best Practices label to #79