Difference between revisions of "GTFS validators"
Jump to navigation
Jump to search
Aaronantrim (talk | contribs) (minor edit - correction to category link) |
|||
Line 1: | Line 1: | ||
− | * [ | + | * [[FeedValidator]] - Google supported Python-based GTFS validator. |
* [https://github.com/conveyal/gtfs-validator gtfs-validator] - A GTFS validator based on the Onebusaway GTFS Modules, runs in Java and is faster than the Google provided one. | * [https://github.com/conveyal/gtfs-validator gtfs-validator] - A GTFS validator based on the Onebusaway GTFS Modules, runs in Java and is faster than the Google provided one. | ||
* [https://github.com/laidig/gtfs-validator gtfs-validator] - Fork of the Conveyal validator above, with additional checks. | * [https://github.com/laidig/gtfs-validator gtfs-validator] - Fork of the Conveyal validator above, with additional checks. |
Revision as of 09:08, 22 January 2017
- FeedValidator - Google supported Python-based GTFS validator.
- gtfs-validator - A GTFS validator based on the Onebusaway GTFS Modules, runs in Java and is faster than the Google provided one.
- gtfs-validator - Fork of the Conveyal validator above, with additional checks.
- GFTS format with schemas, a data package and tests - From Stephen Gates, a data package specification with validation accomplished with Good Tables.
Original content borrowed from awesome-transit