Difference between revisions of "GTFS-validator"

From TransitWiki
Jump to navigation Jump to search
(Created page with "{{infobox |title=gtfs-validator |vendor= Conveyal [http://conveyal.com/ http://conveyal.com/] |license= The MIT License [https://opensource.org/licenses/MIT https://opensource...")
 
Line 7: Line 7:
  
 
gtfs-validator is a Java framework for GTFS validation and statistics.  It uses the [https://github.com/OneBusAway/onebusaway-gtfs-modules Onebusaway-GTFS] library, written in Java and is far faster at processing large feeds than the [[FeedValidator]] available from Google.
 
gtfs-validator is a Java framework for GTFS validation and statistics.  It uses the [https://github.com/OneBusAway/onebusaway-gtfs-modules Onebusaway-GTFS] library, written in Java and is far faster at processing large feeds than the [[FeedValidator]] available from Google.
 +
 +
A fork was developed off of the main Conveyal branch by user laidig offering the same validator but with additional checks. It can be found [https://github.com/laidig/gtfs-validator here]
  
 
==References==
 
==References==
 
<references />
 
<references />
 +
 +
==External Links==
 +
*[https://github.com/conveyal/gtfs-validator Conveyal branch]
 +
*[https://github.com/laidig/gtfs-validator laidig fork]
  
 
[[Category:GTFS-consuming applications]]
 
[[Category:GTFS-consuming applications]]

Revision as of 09:23, 22 January 2017

gtfs-validator
Vendor Conveyal http://conveyal.com/
License The MIT License https://opensource.org/licenses/MIT
Website https://github.com/conveyal/gtfs-validator



gtfs-validator is a Java framework for GTFS validation and statistics. It uses the Onebusaway-GTFS library, written in Java and is far faster at processing large feeds than the FeedValidator available from Google.

A fork was developed off of the main Conveyal branch by user laidig offering the same validator but with additional checks. It can be found here

References


External Links