conveyal / gtfs-validator

A Java framework for GTFS validation and statistics.
MIT License
38 stars 18 forks source link

Stop_times.timepoint should not be specified for frequencies.txt exact_times=0 trips #27

Open mohangandhiGH opened 7 years ago

mohangandhiGH commented 7 years ago

There is an optional field in stop_times.txt timepoint that is used to specify timepoint that a transit vehicle should strictly adhere to (e.g., hold if they are running early). If a trip is defined in frequencies.txt with the exact_times=0 value, then it is a frequency-based trips, which means that a schedule doesn't exist. Therefore, frequency-based trips should NOT have any timepoint=1 values in stop_times.txt - the field should either be 0 or blank - to do this would be an error.

See discussion at google/transit#47 (comment).

barbeau commented 3 years ago

Moved to https://github.com/MobilityData/gtfs-validator/issues/823

barbeau commented 3 years ago

This issue can be closed.