osrm-backend icon indicating copy to clipboard operation
osrm-backend copied to clipboard

One OSRM server for two modes of transportation?

Open Tagar opened this issue 3 years ago • 1 comments

Is this possible to run one single OSRM server for both driving and walking modes?

https://github.com/Project-OSRM/osrm-backend

Documentation has an example with nginx routing between two OSRM backends - one of driving, and another for walking. We'd like to avoid that and only run one backend for different modes of transportation.

Thanks

Tagar avatar Jun 01 '22 05:06 Tagar

short answer is: no. few foss routing engines can do that and always at the expense of runtime costs (i.e. takes longer to finish a request). but there is pgrouting (pinnacle of flexibility, relatively slow) & valhalla (good trade-off between flexibility & performance).

nilsnolde avatar Jun 01 '22 07:06 nilsnolde