gtfs-validator
gtfs-validator copied to clipboard
Canonical GTFS Validator project for schedule (static) files.
Updating the Rules.md documentation to fix the stop_times.txt best practices reference link 404 error. In RULES.md, the link [stop_times.txt best practices](https://github.com/MobilityData/GTFS_Schedule_Best-Practices/blob/master/en/stop_times.md) provided in the missing_timepoint_column notice is broken. Additionally, the...
Hello, I think it would be helpful to specify the measurement units used where measurements are reported that use units. For example, it appears that distances are given in metres....
After the [PR # 286](https://github.com/google/transit/pull/286) was merged in May 2022. ### Additional files: - [fare_products.txt](https://gtfs.org/schedule/reference/#fare_productstxt) - [fare_leg_rules.txt](https://gtfs.org/schedule/reference/#fare_leg_rulestxt) - [fare_transfer_rules.txt](https://gtfs.org/schedule/reference/#fare_transfer_rulestxt) - [areas.txt](https://gtfs.org/schedule/reference/#areastxt) - [stop_areas.txt](https://gtfs.org/schedule/reference/#stop_areastxt) ### Changes to existing files - [routes.txt](https://gtfs.org/schedule/reference/#routestxt):...
In RULES.md, the link [stop_times.txt best practices](https://github.com/MobilityData/GTFS_Schedule_Best-Practices/blob/master/en/stop_times.md) provided in the missing_timepoint_column notice is broken. Additionally, the Best Practice has no mention of timepoint, think link should refer to the specification...
## **Feature request** It would be beneficial to add new rules to the acceptance tests. Currently, two rules are tested: - Does the validator that uses the new code contribution...
## **Feature request** Currently, the end-to-end workflows test over 100 datasets at every commit. All datasets from the Mobility Database catalogs are also being tested for each commit excluding `[acceptance...
I recently used the MobilityData GTFS validator and received 269 “Errors” for decreasing_or_equal_time_distance. At BART we have a train route that comes into a station, reverses and then continues its...
closes #1225 This PR updates RULES.md for `decreasing_or_equal_stop_time_distance`. more specifically: - updates the reference file to stop_times.txt - fixes typo in `stop_pt_sequence` - (to do) modifies the definition to make...
Hello, If I have understood it correctly, I think that the explanation of this error in `RULES.md` could be improved. This error seems to refer to fields expected in the...
As discussed [in this comment](https://github.com/MobilityData/gtfs-validator/pull/848#issuecomment-988812929): Modify the logic of the acceptance tests so a PR is flagged if there is at least one additional error in **one** dataset from the...