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

Interface OSM with Excel

0

Bonjour I am a student and I am doing a project about city logistics and I have the next question:

Is it possible to write two addresses or coordinates in Excel and get the routing distance between those points from OSM, if yes, how I can do it?

asked 06 Dec '18, 18:28

Jrangel's gravatar image

Jrangel
11113
accept rate: 0%

edited 06 Dec '18, 19:53

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


One Answer:

2

The most simple way: I guess you could use VBA to query a online routing service (based on OSM).

In case you need to convert an address to coordinates (but I guess most Routing APIs can do that for you), have a look at geocoding (this is how it is called).

By the way, nearly everything is possible with OSM - because our data is free.

answered 06 Dec '18, 19:52

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554
accept rate: 18%

edited 06 Dec '18, 20:10

Source code available on GitHub .