mattwigway / TransitRouter.jl

Efficient transit routing for analytic applications in Julia
Apache License 2.0
5 stars 0 forks source link

Handle overnight trips #18

Closed mattwigway closed 1 year ago

mattwigway commented 1 year ago

If you request a route at 12:30 AM it is likely there are some trips from the previous service day still running. Account for this somehow (maybe copy trips that cross midnight onto both days? Still doesn't solve the problem of departing at 23:30, catching a bus from today, and then transferring to a bus from tomorrow).

mattwigway commented 1 year ago

Done in #27