I'm trying to get all the addresses and house numbers of a city on OSM through overpass-turbo, without success.
I'm using this query, but results are not complete at all.
[out:json][timeout:300];
area(3600040767)->.searchArea;
(
node["addr:housenumber"](area.searchArea);
way["addr:housenumber"](area.searchArea);
relation["addr:housenumber"](area.searchArea);
);
out body;
>;
out skel qt;
How do I get complete results?
Edit --> Below you can find a screenshot. I lived in that area and I'm sure that there are much more house numbers.
I'm trying to get all the addresses and house numbers of a city on OSM through overpass-turbo, without success.
I'm using this query, but results are not complete at all.
[out:json][timeout:300];
area(3600040767)->.searchArea;
(
node["addr:housenumber"](area.searchArea);
way["addr:housenumber"](area.searchArea);
relation["addr:housenumber"](area.searchArea);
);
out body;
>;
out skel qt;
How do I get complete results?
Edit --> Below you can find a screenshot. I lived in that area and I'm sure that there are much more house numbers.
Share Improve this question edited Mar 17 at 9:03 scai 21.6k4 gold badges59 silver badges80 bronze badges asked Mar 12 at 14:15 LucaLuca 9941 gold badge15 silver badges34 bronze badges 2- How did you verify completeness? Can you add examples of addresses that are contained in OpenStreetMap but not returned by your query? – scai Commented Mar 12 at 14:34
- 1 I edited the post and added more information and a screenshot – Luca Commented Mar 12 at 14:40
1 Answer
Reset to default 1I'm afraid OpenStreetMap doesn't have more house numbers in this area.
However, OpenStreetMap is a map database created and updated by volunteers. Feel free to add missing information! This is quite easy. Go to https://www.openstreetmap./, register an account, browse to an area and hit the edit button. For Android there is an app called StreetComplete which allows you to survey missing information on the go. For missing house numbers, first answer questions about the building type. Afterwards StreetComplete should ask you about the house number if it is missing.
Have fun!