4.4.10 #362
carlhiggs
announced in
Announcements
4.4.10
#362
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Adds a new 'interpolate_stop_times' option for GTFS feeds to deal with the possible case of stop_times.txt missing departure times values. If that's the case, analysis of regular service frequencies cannot proceed accurately for that GTFS feed. As per the GTFS reference specification, missing departure or arrival times may be interpolated using the stop sequence start and end times within each trip id.
The new
interpolate_stop_times
option/function if set fills null arrival and departure values using a linear interpolation according to the provided stop sequence start and end times within each trip_id. This is an approximation based on the available information, and results may still differ from the actual service frequencies at these stops. However, in the absence of further information, a user may judge it as an adequate approximation (using the values implicit in the data itself), in which case it would allow analysis to proceed.What's Changed
Full Changelog: global-healthy-liveable-cities/global-indicators@v4.4.9...4.4.10
This discussion was created from the release 4.4.10.
Beta Was this translation helpful? Give feedback.
All reactions