|
|
|
|
|
by dfsnow
453 days ago
|
|
I actually tried a couple different engines before landing on OSRM. I started with R5 (since it can also do public transit) then switched to Valhalla. The main limiting factor was speed. Basically all routing engines except for OSRM are too slow to compute continent-scale travel time matrices. For reference, it took Valhalla around a week to finish 3 billion point-to-point pairs. OSRM did the same calculation in about 2 hours. I can't speak to Graphhopper since I haven't tried it. Maybe something to test in the future! |
|