admin管理员组文章数量:1391951
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!
本文标签: overpass apiOpenStreetMapHow to get all the addresses and house numbers of a cityStack Overflow
版权声明:本文标题:overpass api - OpenStreetMap - How to get all the addresses and house numbers of a city - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744747674a2622984.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论