Skip to main content

Questions tagged [nominatim]

Nominatim is an address search engine for OpenStreetMap. It is open source and offers geocoding as well as reverse geocoding.

nominatim
0 votes
0 answers
60 views

Use geopy.geocoders - Nominatim locally (in offline, without Internet)

I need to execute the script that follow locally, because It will turn on a computer not connected to Internet. I downloaded the last version of nominatim on the computer (Nominatim-4.4.0.tar.bz2), ...
Bast38's user avatar
  • 81
1 vote
0 answers
161 views

Nominatim Openstreet API giving 403 error

I'm using openstreet api but currently I'm running into an error where I'm getting 403 error. I've looked into the docs and it said to provide valid headers. I provided the headers but still I'm ...
akhilD's user avatar
  • 681
0 votes
0 answers
22 views

Nominatim 4.4.0 motorway_link not imported despite editing import.lua files

Hi I have nominatim installed on a ubuntu VM which I use for reverse geo-lookup. All is going well, but nominatim doesn't return the correct object when I do a reverse lookup for a highway entrance (...
atthijs98's user avatar
0 votes
0 answers
12 views

Update elasticsearch database with a change file

I have loaded .osm.pbf file into elasticsearch using logstash as a pipeline and nominatim for addressing and ranking. But now I want to update the elasticsearch with a changefile. how can I do this??? ...
Dipty chauhan's user avatar
0 votes
0 answers
53 views

Max retries exceeded error while using python's geopy.geocoders.Nominatim

I used kivy to build an android app and buildozer to transport it to my phone as an apk file. When I run the python code on my computer regularly geopy.geocoders.Nominatim works completely fine, but ...
big_shlomi's user avatar
0 votes
1 answer
141 views

How to get city/town state/province name using OverPass Query Language?

I have a small testing tool in Node.js with which I get nearby towns and cities in the radius of 100 miles (160934 meters => 100 miles): // Overpass API endpoint const overpassUrl = 'https://...
Zlatan Omerović's user avatar
1 vote
0 answers
60 views

urllib3 warning ReadTimeoutError while connecting to Nominatim's geolocator

The code below code to extract pincodes, but raises the error below. How to work around this? def get_zipcode(df, geolocator, lat_field, lon_field): location = geolocator.reverse(str(df[lat_field])...
anagha s's user avatar
  • 364
0 votes
0 answers
39 views

Streamlit: Max Retries Exceeded with get_geocode Function Using OpenStreetMap API

I am developing a Streamlit application where I need to convert addresses into geographical coordinates. I have a function, get_geocode, which uses the OpenStreetMap Nominatim API to achieve this. ...
Stefano's user avatar
  • 199
1 vote
1 answer
303 views

Connection to HTTPSConnectionPool broken by ReadTimeoutError (Retrying)

When executed, the code below takes a long time. for index,row in d_airbnb.iterrows(): #Loop for para varrer cada linha. latitude = row['latitude'] longitude = row['longitude'] location = ...
Christian Cauã Forte Barreto's user avatar
0 votes
0 answers
39 views

Different results within the Nominatim Geocoder self-hosted version

I have self-hosted Nominatim geocoding server on Ubuntu 22.04 following this post https://www.linuxbabe.com/ubuntu/osm-nominatim-geocoding-server-ubuntu-22-04 and also setup a web server with Apache. ...
crazy_mechian's user avatar
0 votes
0 answers
10 views

Nominatim Updater Service: it updates strictly Nominatim DB or also data in PostGIS DB?

I was wondering whether Nominatim Updater service is doing changes to Nominatim DB only? Or it also updates record in PostGIS DB? Cheers, Ivo
OvivO's user avatar
  • 55
0 votes
0 answers
44 views

nominatim osm query string route

I have a query which work fine: https://nominatim.openstreetmap.org/search?q=Sheffield&polygon_geojson=1&format=json I want to write another qurey to download polyline between two station like ...
lendoo's user avatar
  • 473
3 votes
1 answer
181 views

using geopy and using Nominatim I get certificate verify failed: certificate has expired (_ssl.c:997)

running windows 10 with Python 3.10. I have been running into an SSL error when I attempt to use the Nominatim service. I do not see this error with ArcGIS service. Example code: import certifi import ...
Craig Evans's user avatar
-1 votes
1 answer
373 views

How to use Nominatim API through PHP

It's a more general version of the topic How to use Nominatim API through PHP to retrieve latitude and longitude? which was asked in June 2017. Currently, I just get an empty response. Is it still ...
Simon Ferndriger's user avatar
0 votes
0 answers
64 views

how to create a query function like sql in nominatim container

we installed docker desktop in windows .then created a container with [nominatim manual installation].(https://nominatim.org/release-docs/latest/admin/Installation/) set all settings in docker-compose....
mrmiremad's user avatar

15 30 50 per page
1
2 3 4 5
19