Answer the question
In order to leave comments, you need to log in
How to determine GPS coordinates from a list of addresses?
There is a large file with addresses, you need to define and add GPS coordinates to addresses. How can this be done quickly? I will be grateful for any advice.
Answer the question
In order to leave comments, you need to log in
maybe so?
http://nominatim.openstreetmap.org/?format=json&q=...
{
place_id: "67176841",
licence: "Data © OpenStreetMap contributors, ODbL 1.0. http://www.openstreetmap.org/copyright",
osm_type: "way",
osm_id: "47433257",
boundingbox: [
"55.7816307",
"55.7824031",
"37.5862366",
"37.5864554"
],
lat: "55.7816985",
lon: "37.5862554",
display_name: "улица Бутырский Вал, Сущёво, Tverskoy District, Центральный административный округ, Москва, Центральный федеральный округ, 125047, Российская Федерация",
class: "highway",
type: "tertiary",
importance: 0.2
},
here is an excellent service for determining coordinates at your address or vice versa - mapszoom.com/en/gps-coordinates.php
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question