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

Hi there, I am trying to find a way to map 100 addresses on the openstreetmap. I have list of 100 addresses on excel file and i want to locate them on openstreetmap. Is there API to get this done?

Apart from this I want to calculate driving distance between each of these locations and create a distance matrix of 100X100.

Please advise me how this could be achieved?

hanks, Ashnav

asked 16 Jul '15, 00:26

Ashnav's gravatar image

Ashnav
11223
accept rate: 0%


Cannot comment, still the second question was already asked and answered here

permanent link

answered 23 Jul '15, 10:14

peatar's gravatar image

peatar
3512312
accept rate: 8%

Please do not ask two questions in one.

You can use umap: umap.openstreetmap.fr for your first task. You will need to geocode the addresses first if they do not already have coordinate associated with them. You can do the later with nominatim see: http://wiki.openstreetmap.org/wiki/Nominatim

OSRM has support for generating distance matrices see http://project-osrm.org/ and https://github.com/Project-OSRM/osrm-backend/wiki/Server-api

Note: if you are using the public servers providing the above (instead of running them yourselve) you MUST conform to the respective acceptable use policies: http://wiki.openstreetmap.org/wiki/Acceptable_Use_Policy and https://github.com/Project-OSRM/osrm-backend/wiki/Api-usage-policy

permanent link

answered 16 Jul '15, 15:02

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

edited 16 Jul '15, 15:03

Your answer
toggle preview

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:

×710
×290

question asked: 16 Jul '15, 00:26

question was seen: 11,077 times

last updated: 23 Jul '15, 10:14

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