tulsawebdevs / django-multi-gtfs

Django app to import and export General Transit Feed Specification (GTFS)
http://tulsawebdevs.org/
Apache License 2.0
50 stars 32 forks source link

Support generating validation report #3

Open jwhitlock opened 11 years ago

jwhitlock commented 11 years ago

Google provides an open source feed validator:

https://code.google.com/p/googletransitdatafeed/wiki/FeedValidator

It is not easy to call the code from django-multi-gtfs (it is built around loading the data from a zip file), but it should be easy to write a task that export the feed to a temp file, runs the feed validator as a subprocess, and imports the resulting HTML into the database. This would simplify my own GTFS export process.