Difference between revisions of "GTFS-validator"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
{{infobox | {{infobox | ||
|title=gtfs-validator | |title=gtfs-validator | ||
| − | |vendor= Conveyal | + | |vendor= [[Conveyal]] |
| − | |license= The MIT License [https:// | + | |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. | ||
| − | 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] | + | 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] |
| − | |||
| − | |||
| − | |||
==External Links== | ==External Links== | ||
Revision as of 02:19, 30 January 2017
| 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.
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