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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: