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

A Java framework for GTFS validation and statistics.

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

The README indicates that there's a compiled JAR in the releases: > Use the JAR provided in the releases. java -jar gtfs-validator.jar yourGtfs.zip But this does not appear to be...

Since having no service on a given day is not invalid from a GTFS reference point of view, there is no reason this InvalidValue has a HIGH priority. Cause :...

Hi folks, Thank you very much for creating and maintaining this repository. Please accept my appreciation. I found the download link for `snapshots` on the [README.md](https://github.com/conveyal/gtfs-validator/blob/master/README.md) page. However, the [link](https://github.com/conveyal/gtfs-validator/blob/master/build.staging.obanyc.com/archiva/repository/snapshots/com/conveyal/gtfs-validation-lib)...

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

[![mitm_build](https://user-images.githubusercontent.com/1323708/59226671-90645200-8ba1-11e9-8ab3-39292bef99e9.jpeg)](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/@jonathan.leitschuh/want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-1fc329d898fb?source=friends_link&sk=3c99970c55a899ad9ef41f126efcde0e) - [Update: Want to take over the Java ecosystem? All you need is a MITM!](https://medium.com/bugbountywriteup/update-want-to-take-over-the-java-ecosystem-all-you-need-is-a-mitm-d069d253fe23?source=friends_link&sk=8c8e52a7d57b98d0b7e541665688b454)...

0.1.7 Snapshot jar [from here](http://build.staging.obanyc.com/archiva/repository/snapshots/com/conveyal/gtfs-validation-lib/0.1.7-SNAPSHOT/) gives this error: ``` $ java -server -Xmx4g -Xms3g -jar gtfs-validation-lib-0.1.7-20170510.105354-7.jar gtfs-hmrl-19.12.18.zip no main manifest attribute, in gtfs-validation-lib-0.1.7-20170510.105354-7.jar ``` Java environment details: ``` $ java...

Navigating to: https://github.com/conveyal/gtfs-validator/blob/master/build.staging.obanyc.com/archiva/repository/snapshots/com/conveyal/gtfs-validation-lib ends in 404 error.

Minor change (ArrayList -> TreeSet) and code cleanup.