Leonard Ehrenfried
Leonard Ehrenfried
The documentation is now simply at https://github.com/OneBusAway/onebusaway-gtfs-modules/tree/master/docs More contributions are warmly welcomed!
Release notes are now over here: https://github.com/OneBusAway/onebusaway-gtfs-modules/releases The project docs are here: https://github.com/OneBusAway/onebusaway-gtfs-modules/tree/master/docs
Thanks for this addition, @tsherlockcraig. Implementing this for trips that only consist of flex zones is rather simple, however not so simple for those trips which have a combination of...
I have a prototype of an implementation in OTP. This only deals with trips that consist purely of zones with windows and not with those scheduled-deviated trips shown above. One...
Thanks for the feedback, @westontrillium and @tsherlockcraig. It will take a little time, but I will have an update once I thought through the implications of your responses.
Sorry that took a while, but I'm back on this now. Thanks for working through this difficult topic with such precision, @westontrillium. One way forward, which you alluded to, was...
I have also been thinking about whether we need both mean and safe factors/offsets. At least OTP needs a duration value that it can use to figure out if the...
I did some exploratory coding today and for the scheduled deviated trips to me the following rule makes the most sense: only apply the safe duration factor if either the...
During code review the following question came up: is the offset allowed to be negative and the factor to be less than 1? I would say that negative offsets don't...
It shouldn't be news for most people in this issue but OTP now has an implementation for safe_duration_offset and safe_duration_factor.