NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hi,

I have tried to retrieve the gps coordinate from the street name with nominatim. The first time I have used this query url: http://nominatim.openstreetmap.org/search?q=via+augusto+dulceri+56&format=json

The result it's perfect.

If I change the url with another house number but the same street for example:

http://nominatim.openstreetmap.org/search?q=via+augusto+dulceri+66&format=json

The gps coordinate it's the same.

I have tried some other street and the result it's the same. The first time nominatim retrieve the exactly position, but if I change the house number and use the same name street the result is always the same.

Where is the problem?

Regards Daniele

asked 11 Feb '16, 18:04

Devilhunter's gravatar image

Devilhunter
26113
accept rate: 0%


Nominatim is only matching the input to the street. See the class:highway in the json.

There isn't much house number data available in OSM there, so I guess most similar searches will only return the street (you can just delete the format=json from the URL to quickly take a look at this visually).

permanent link

answered 11 Feb '16, 18:52

maxerickson's gravatar image

maxerickson
12.7k1083176
accept rate: 32%

1

For comparison you may have a look how Nominatim works with two existing different house numbers: Kirchweg 4 and Kirchweg 24.

(12 Feb '16, 08:26) malenki

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×689

question asked: 11 Feb '16, 18:04

question was seen: 2,275 times

last updated: 12 Feb '16, 08:26

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum