gtfs-validator icon indicating copy to clipboard operation
gtfs-validator copied to clipboard

Canonical GTFS Validator project for schedule (static) files.

Results 320 gtfs-validator issues
Sort by recently updated
recently updated
newest added

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....

enhancement
status: Needs discussion
validation report

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):...

rules: GTFS Reference
epic

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...

bug
documentation
good first issue
status: Ready

## **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...

tests
enhancement
status: Needs discussion

## **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...

enhancement
status: Needs discussion

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...

bug
status: Needs triage

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...

documentation
enhancement
status: Work in progress

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...

tests
enhancement
status: Needs discussion