-
Notifications
You must be signed in to change notification settings - Fork 41
Change static GTFS validator #193
Comments
As mentioned in #123 (comment):
I tried running the same http://gtfs.openov.nl/gtfs/gtfs-openov-nl.zip feed through gtfs-lib on the command line (i.e., not integrated into gtfs-rt-validator - just running the built jar with EDIT - Looks like I spoke a little too soon - it did get through the validation phase, but after about an hour still hasn't generated any JSON output. It's hung at:
|
We should switch to using the MobilityData gtfs-validator as the static validator in this project: |
Note that the Maven configuration added in PR #403 should be removed when the transition to the MobilityData gtfs-validator is complete. |
Summary:
For static GTFS validation, the Conveyal team has moved away from using gtfs-validator and focused on a newer project gtfs-lib.
We should look at integrating this into our project, in addition to, and perhaps eventually in place of, gtfs-validator.
My comments from conveyal/gtfs-validator#40 (comment):
The text was updated successfully, but these errors were encountered: