mattwigway / TransitRouter.jl

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

Trace finds minimum transfers route even if there is a more transfers route that has lower walk distance #32

Closed mattwigway closed 1 year ago

mattwigway commented 1 year ago

If there are two paths that arrive at the same time, trace will find the fewest transfers path even if there is a more transfers route that arrives at the same time. It's not clear this is incorrect behavior, but it is inconsistent with the trace behavior for streetraptor, which shooses the shortest walk stop given earliest arrival - although it's unlikely there would ever be two stops tied for earliest arrival

mattwigway commented 1 year ago

Superseded by #33