Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support generating validation report #3

Open
jwhitlock opened this issue Mar 22, 2013 · 0 comments
Open

Support generating validation report #3

jwhitlock opened this issue Mar 22, 2013 · 0 comments

Comments

@jwhitlock
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant