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

Import should fail if some of the required fields (as marked in the gtfs spec) are missing? #6

Open
rmkujala opened this issue Nov 29, 2017 · 0 comments

Comments

@rmkujala
Copy link
Member

Errors can relatively easily propagate after the import.

In case of problems, one could give the import_gtfs function separate keyword parameters that would let some missing data go through without failing.

Then, e.g. with a flag ("interpolate_missing_times_in_stop_times") would try to be smart, and interpolate any missing departure_time / arrival_time data.

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

No branches or pull requests

1 participant