T
T
Talent Artelov2015-10-07 11:10:49
satellite navigation
Talent Artelov, 2015-10-07 11:10:49

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

3 answer(s)
X
X-, 2015-10-07
NoNAME @XNoNAME

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
},

wiki.openstreetmap.org/wiki/Nominatim#Example

F
freeExec, 2015-11-17
@freeExec

https://github.com/Zverik/visgeocode

A
adreanolerm79, 2016-01-27
@adreanolerm79

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 question

Ask a Question

731 491 924 answers to any question