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

How to get list of houses by street?

0

Hey, I wonder if I can get list of houses using certain <street>? For example http://nominatim.openstreetmap.org/search?format=json&city=Moscow&street=Tverskaya

or are there any workarounds?

Looking forward, to your replies Thanks

asked 13 Apr '15, 20:13

GlebPrischepa's gravatar image

GlebPrischepa
11112
accept rate: 0%


One Answer:

2

IMHO the nominatim query works, you would simply need to filter the result just for buildings. An alternative would be to use the overpass api/overpass turbo http://overpass-turbo.eu/ See http://overpass-turbo.eu/s/8Nd

answered 15 Apr '15, 07:27

SimonPoole's gravatar image

SimonPoole ♦
44.7k13326701
accept rate: 18%

edited 15 Apr '15, 09:01

Source code available on GitHub .