Hello! I am currently searching for supermarkets within a certain area, using overpass-turbo and output the addresses and all the other information from the tags to excel. Problem is: Supermarkets that are inside a shopping center or another buildings don´t have adress tags, they only have an ID, name=, openinghours= and coordinates. Is there a way to find out about the adresses and output them somehow? asked 11 Jun '17, 17:50 razer969 |
Yes, there is, if you notice a lacking address node, you could ad it. Each shop should get an address node with the appropriate tags. answered 12 Jun '17, 12:42 Hendrikklaas 1
sometimes the address information is only on the building and not on the POI inside. Not every data consumer can deal with this. AFAIK there is no agreement on duplicating the address information from the building on the POI. Some mappers will do this, others not. I think Overpass is not the correct tool for this kind of data extraction. Nominatim, which has the concept of POI in building, can show the address information in such a case.
(12 Jun '17, 13:52)
escada
Thanks for the answers first of all! Thats basically all I wanted to know. If there is no convention about tagging POIs like shops inside of a building, well then there is nothing left than extracting the missing data manually from nominatim.
(12 Jun '17, 19:47)
razer969
It would be better to ask a separate question for this. Depending on the amount of POIs you want to extract, you could run your own Nominatim server. Or, for a smaller ammount, you could use the one on nominatim.openstreetmap.org. You could run queries such as http://nominatim.openstreetmap.org/search.php?q=supermarkt+in+Rumst&polygon_geojson=1&viewbox= Replace <rumst> with any town you want.
(12 Jun '17, 20:05)
escada
Well, I wouldn´t know, how to implement excel-export-functionality but thanks for showing me, that you can specify queries within the URL, didn´t know that! Maybe it´s useful for the future.
(12 Jun '17, 20:23)
razer969
|