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

Export OSM poi with all data available in a region

3
1

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's gravatar image

Crag
56113
accept rate: 0%

edited 09 Jan '16, 14:51

aseerel4c26's gravatar image

aseerel4c26 ♦
32.6k18248554


2 Answers:

5

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's gravatar image

scai ♦
33.3k21309459
accept rate: 23%

edited 02 Apr '14, 07:52

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...

2

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's gravatar image

stephan75
12.6k556210
accept rate: 6%