Hi is there a way that i can export a list of pois in a region i choose with all data available for the pois, like address, opening times, homepage and so on? best output would be xml or so. i tried to understand the overpass api but didn't get it and i think that's not what i am searching for, right? would be great if you can help me. thanks asked 02 Apr '14, 02:16 Crag aseerel4c26 ♦ |
The Overpass API is perfectly fine for your problem. Just use overpass turbo, go to the area you are interested in, and choose Load -> Examples -> Map Call via the menu. This query will return all data in your current view. After hitting Run you can Export it in several different formats, including XML. The data returned will probably contain more information than you are interested in so you will have to do some post-filtering. answered 02 Apr '14, 07:52 scai ♦ 1
do you mean this page? http://overpass-api.de/ or where can i just select a city and export the pois with their data. I think its a bit more difficult. I dont understand the structure of the overpassing api
(08 Apr '14, 14:47)
Crag
Thanks a lot! Hope that it works!
(23 Apr '15, 16:53)
Hans-Peter-G...
|
Try starting with osmconvert by downloading raw OSM data, perhabs do filtering and cropping with osmfilter or osmosis, and convert the result file to a CSV file with osmconvert. answered 08 Apr '14, 16:00 stephan75 |