NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

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%


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.

permanent link

answered 04 Oct '18, 09:41

Richard's gravatar image

Richard ♦
30.9k44279412
accept rate: 18%

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×362
×305
×163
×21

question asked: 03 Oct '18, 08:29

question was seen: 1,587 times

last updated: 04 Oct '18, 09:41

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum