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


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.

permanent link

answered 02 Apr '14, 07:52

scai's gravatar image

scai ♦
31.9k20291442
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.

permanent link

answered 08 Apr '14, 16:00

stephan75's gravatar image

stephan75
12.5k454209
accept rate: 6%

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×377
×287
×163
×12

question asked: 02 Apr '14, 02:16

question was seen: 12,234 times

last updated: 09 Jan '16, 14:51

powered by OSQA