Questions tagged [nominatim]

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

Nominatim is the most popular address search engine for OpenStreetMap. It is open source, providing geocoding as well as reverse geocoding.

Further Reading

  1. Nominatim in the OpenStreetMap Wiki
  2. Source code
262 questions
0
votes
1 answer

How to get the number of results in a Nominatim search at Open Street Map (OSM)

Good morning, we try to do a research if we can use OSM for specific types of POIs in an app or if we need to get those POIs from other sources. For this, we could use the tags or a Nominatim search. However, results are always at least a list of…
-1
votes
1 answer

How to filter house numbers of a city in OSM map

Does anyone have any documentation or know how to get all the house numbers of a city available on OpenStreetMap or Nominatim? I've searched some documentation but it doesn't seem to work. Or anyone have api documentation that can do it please help…
-1
votes
1 answer

How parse address components returned by Nominatim reverse geocoding?

So, I'm working on a mapping application for geotagged images and I want include address information for the points of interest on my map. I have managed to successfully complete most of the task using Geopandas, GeoPy, and Nominatim with point data…
nizz0k
  • 471
  • 1
  • 8
  • 23
-1
votes
1 answer

How to do search by input leaflet?

I need your help, I am using the Leaflet library, I would like to put the address search, but not the search inside the map, but yes, with an input, outside the map: enter image description here However, I saw that it can be done, Nominatim even…
-1
votes
1 answer

Hardware Specification for Nominatim Installation (Local Openstreet Server)

I am planning to install openstreet server on my Ubuntu Linux machine and following this tutorial link. I came across their hardware requirement: Hardware A minimum of 1GB of RAM is required or installation will fail. For a full planet import…
python
  • 4,403
  • 13
  • 56
  • 103
-3
votes
1 answer

Conditional-based geolocator in Python

I am working on the Nominatim geolocator in Python. Unfortunately, some addresses are missing, therefore I tried to make some condition-based workaround, which would allow executing something based at least on postcode, which works well in any…
Geographos
  • 827
  • 2
  • 23
  • 57
-3
votes
1 answer

Retrieving full address and geocoding based on place/store name and city stored in csv

I have a csv file with 2 fields, store_name and city. There can be multiple stores in a city. I want an output csv with 5 fields, store_name, city, address, latitude, longitude. For example, if one entry of the csv is Starbucks, Chicago, I want the…
swingcake
  • 121
  • 8
1 2 3
17
18