This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Data collection of amount of residential houses in a designated area

0

How do I get to collect data as to how many houses are in a designated area?

asked 03 May '23, 11:35

Anslin's gravatar image

Anslin
11112
accept rate: 0%


One Answer:

0

The Overpass API allows you to limit your query to a bounding box, an area already in OpenStreetMap or an arbitrary polygon.

Note that the "completeness" of OpenStreetMap varies by area, and even if the building are traced they may only be tagged generically as building=yes or building=residential rather than as one of the house specific tags (=bungalow, detached, `semidetached_house', etc.).

answered 04 May '23, 00:33

InsertUser's gravatar image

InsertUser
11.0k1369185
accept rate: 19%

Source code available on GitHub .