Difference between revisions of "GTFS validators"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
* [[FeedValidator]] - Google supported Python-based GTFS validator. | * [[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. |
* [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. | ||
* [https://github.com/Stephen-Gates/GTFS GFTS format with schemas, a data package and tests] - From Stephen Gates, a [http://specs.frictionlessdata.io/data-packages/ data package specification] with validation accomplished with [http://goodtables.okfnlabs.org/ Good Tables]. | * [https://github.com/Stephen-Gates/GTFS GFTS format with schemas, a data package and tests] - From Stephen Gates, a [http://specs.frictionlessdata.io/data-packages/ data package specification] with validation accomplished with [http://goodtables.okfnlabs.org/ Good Tables]. |
Revision as of 09:16, 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