You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: