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. | + | * [[gtfs-validator]] - A GTFS validator based on the Onebusaway GTFS Modules, runs in Java and is faster than the Google provided one. A fork was also made off of this validator offering 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:24, 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. A fork was also made off of this validator offering 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