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...")
 
(Changes from the laidig fork were merged upstream, so remove the fork)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
{{infobox
 
{{infobox
 
|title=gtfs-validator
 
|title=gtfs-validator
|vendor= Conveyal [http://conveyal.com/ http://conveyal.com/]
+
|vendor= [[Conveyal]]
|license= The MIT License [https://opensource.org/licenses/MIT https://opensource.org/licenses/MIT]
+
|license= [[The MIT License]]
|website= [https://github.com/conveyal/gtfs-validator https://github.com/conveyal/gtfs-validator]
+
|documentation= [https://github.com/conveyal/gtfs-validator https://github.com/ conveyal/gtfs-validator]
 +
|data_in= [[GTFS]]
 +
|website= [https://github.com/conveyal/gtfs-validator https://github.com/ conveyal/gtfs-validator]
 
}}
 
}}
  
 
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.
  
==References==
+
==External Links==
<references />
+
*[https://github.com/conveyal/gtfs-validator Conveyal branch]
  
 
[[Category:GTFS-consuming applications]]
 
[[Category:GTFS-consuming applications]]

Latest revision as of 17:08, 27 March 2017

gtfs-validator
Vendor Conveyal
License The MIT License
Documentation https://github.com/ conveyal/gtfs-validator
Data Input GTFS
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.

External Links