[GIS] Get street addresses from OpenStreetMap

addressopenstreetmap

I want to get the street addresses for all the buildings in London from OpenStreetMap, but I'm not sure how to request for it?

Can someone tell me what request predicate I should use?

Best Answer

You want to make use of (your own) Nominatim geocoder. Or you use an data extract and filter it for objects with addr:* tags.

Related Question