[OSRM-talk] Interested in consulting for unique routing use case

Frederik Ramm frederik at remote.org
Mon May 20 23:07:40 UTC 2019


Hi,

On 5/20/19 17:18, Zannah Pierce wrote:
> We are looking to find GIS/routing experts who can help solve the
> problem of routing over custom, dynamic data. 

"100s of roads" is not something that requires powerful routing
algorithms. Check out the Boost Graph Library if you're developing in
C++, or pgrouting which does routing in a PostgreSQL database (and could
easily be configured to route only on bits that conform to some WHERE
uid=1234 query).

You are unlikely to find a software-as-a-service API for that since it
would mean you'd have to transfer the full graph to the search engine
with every request - waste of time and resources.

Bye
Frederik

-- 
Frederik Ramm  ##  eMail frederik at remote.org  ##  N49°00'09" E008°23'33"



More information about the OSRM-talk mailing list