This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

routing + highway tags

0

Hi All,

For a project, I need to optimize routing between about 5000 locations. Now, for this test, we need to apply our own speed mapping based on the highway tags which makes it a lot harder. I found graphhopper, but that would cost a lot (because we can only use the routing api to get the highway tags, and we need the fastest route from every point to every point (=5000 x 5000 = 25 mil).

Does anyone know of an easier or cheaper tool/way to achieve this? Many thanks in advance!

asked 03 Oct '18, 08:29

Bcoghe's gravatar image

Bcoghe
11112
accept rate: 0%


One Answer:

2

You can set up Graphhopper or OSRM on your own server, or on one you have rented from a provider such as Amazon AWS, Google Cloud Platform, Hetzner or OVH.

answered 04 Oct '18, 09:41

Richard's gravatar image

Richard ♦
30.9k44279412
accept rate: 18%

Source code available on GitHub .