GTFS validators: Difference between revisions

From TransitWiki
Jump to navigation Jump to search
created page
 
Barbeau (talk | contribs)
Update link to awesome-transit list
Tag: visualeditor
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
* [https://github.com/google/transitfeed/wiki/FeedValidator FeedValidator] - Google supported Python-based GTFS validator.  
* [[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.  
* [[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/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].


Original content borrowed from [https://github.com/luqmaan/awesome-transit awesome-transit]
Original content borrowed from [https://github.com/CUTR-at-USF/awesome-transit awesome-transit]


[[Category:General Transit Feed Specification]]
[[Category:General Transit Feed Specification]]
[[Category:GTFS-consuming applications]]

Latest revision as of 16:54, 23 January 2018

Original content borrowed from awesome-transit