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
3
votes
1 answer

Why is a Spatial Data Frame obtained from OSM/Nominatim invalid?

I want to get plottable spatial (boundary/polygon) data from OpenStreetMap using the nominatim R package. The nominatim::osm_search_spatial request seems to work successfully but the resulting data, despite being found as a…
Francis Barton
  • 129
  • 2
  • 16
3
votes
3 answers

Python Geopy Nominatim too many requests

The following script works perfectly with a file containing 2 rows but when I tried 2500 row file, I got 429 exceptions. So, I increased the query time to 5 seconds. I also filled the user agent. After unsuccessful attempts, I connected to VPN to…
3
votes
1 answer

Using Nominatim with angular

I'm trying use OSM in my angular app. I have included the OSM into the app, but in my case I need the functionality of Nominatim. When a user input a place it should return Latitude and Longitude of the place and map should focus to that place. In…
Lahiru Mirihagoda
  • 1,113
  • 1
  • 16
  • 30
3
votes
1 answer

403 error on accessing nominatim on the virtual host

I have installed nominatiom on virtual qemu ubuntu 16.04 server, i can access apache's default page using http://127.0.0.1:8080 url in the host machine but i can not access any pages of nomination. i test http://127.0.0.1:8080/nominatim/search.php…
Nasser Mansouri
  • 752
  • 2
  • 6
  • 24
3
votes
0 answers

Using R to geocode on a local nominatim-server

I have to geocode a huge amount of adresses (> 1m adresses), so I have access to a local nominatim server. But I don't know how to access these service via R. It is possible to use the R-package "nominatim" to geocode on a local server? And which…
3
votes
1 answer

How to use Nominatim API through PHP to retrieve latitude and longitude?

Below is the code that I am currently using in which I pass an address to the function and the Nominatim API should return a JSON from which I could retrieve the latitude and longitude of the address from. function geocode($address){ // url…
Osman
  • 303
  • 1
  • 3
  • 14
3
votes
1 answer

Nominatim application error PHP

I have PHP app which sends url request for geocoding as: http://nominatim.openstreetmap.org/reverse?format=xml&lat=33&lon=34&addressdetails=1 when I copy to browser returns XML respond. When same url sending from PHP file have response…
Vitali
  • 95
  • 1
  • 2
  • 6
3
votes
1 answer

Local nominatim openstreemap with Speed limits

I'm currently running a local copy of the nominatim maps of openstreetmap on PostGIS. Is there a way i can get the speed limits into this database so i can return that information as well. I've found that this data is available when querying…
3
votes
2 answers

What does the dedupe parameter do in the Nominatim Search API?

It seem like it's doing more than just removing duplicates but I can't find any good documentation on it. The API docs currently just say: dedupe=[0|1]     No explanation yet. I'm running my own Nominatim that's been forked from the original a…
Justin Harris
  • 1,969
  • 2
  • 23
  • 33
3
votes
3 answers

reverse geocoding using nominatim in asp.net

I'm using nominatim for reverse geocoding in my asp.net website (Visual Studio 2010, C#). I'm getting answer in XML or json format on another webpage like below: json xml I cant read this address using XML reader or HTTP response. Need help to…
netX
  • 134
  • 4
  • 12
3
votes
1 answer

OpenStreetMap Nominatim schema: neighborhood, suburb, city, state_district, etc

I am trying out the OpenStreetMap Nominatim reverse-geocoder RESTFul API. Is there a definitive explanation of the address schema returned from the API? Some locations have different attributes in the 'addressparts' block. For example, for Seattle,…
stackoverflowuser2010
  • 38,621
  • 48
  • 169
  • 217
3
votes
1 answer

Openstreetmaps and Nominatim: Do I install both or does Nominatim include openstreetmaps?

Just poking around with my own Openstreetmaps server and came up against a few questions. 1) I followed these instruction: http://wiki.openstreetmap.org/wiki/The_Rails_Port to install Openstreetmaps, and I followed some other instructions:…
Jahkobi Digital
  • 728
  • 11
  • 24
3
votes
2 answers

How to implement geocoding using nominatim

Hi I am new to openstreet map and nomintim....I have found what I was looking for in the following link.....But I am not sure how to implement it...I just need to get the geocoding details like if we search a place I need to get the lat and long and…
rajmohan
  • 1,618
  • 1
  • 15
  • 36
3
votes
2 answers

Obtain road type from nominatim

Is there a way of obtaining the type of road an object is settled in from a request via nominatim? For example http://nominatim.openstreetmap.org/reverse?format=xml&lat=52.5487429714954&lon=-1.81602098644987&zoom=18&addressdetails=1 does provide me…
Seb
  • 5,417
  • 7
  • 31
  • 50
3
votes
2 answers

ERROR: function make_standard_name(unknown) does not exist while installing OSM-nominatim API

I am installing nominatim on my own server using the guidence of http://wiki.openstreetmap.org/wiki/Nominatim/Installation... But I am facing problem while adding country phrases / codes to my pgsql DB. I am doing this with following command as…
user987346
1
2
3
17 18