mattwigway / TransitRouter.jl

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

Missing transit legs #22

Open mattwigway opened 1 year ago

mattwigway commented 1 year ago

Something fishy going on here:

image

The results show that the router thinks access and egress are to/from the same stop.

mattwigway commented 1 year ago

Times are strange as well. Result shows the trip takes 70 years.

mattwigway commented 1 year ago

This is a trace issue. typemax(Int32) seconds is about 68 years, so that stop is not found in the search. For some reason, StreetRaptor is still giving an egress from it, even though that shouldn't be possible.

mattwigway commented 1 year ago

This should be fixed, but need to test