NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

Hi all! I'm developing a mobile app that will need the natural geographical data (mountains, lakes, rivers, and so on) present in OSM, just the POIs (coords and features), not the tiles.

If I'm not mistaken, I must deploy my own database, to avoid excessive access to OSM systems. Right?

Can I (and if so, how?) download just the data i need from OSM, avoiding roads, cities, and tiles?

Thanks a lot!

asked 10 Oct '13, 10:32

ubik15's gravatar image

ubik15
46114
accept rate: 0%

1

A couple of questions - do you want it to be worldwide or regional, and do you need it to be able to work offline or would online access be OK?

(10 Oct '13, 10:55) SomeoneElse ♦

You don't necessarily need to deploy your own database. You can use the Overpass API for that purpose. As an example in Overpass Turbo,

node(46,8,47,9)[natural=peak];out;

gives you all peaks within a quite large area. If you want to deploy yourown database, you can get a data extract in the same way from the Overpass API.

permanent link

answered 10 Oct '13, 11:57

Roland%20Olbricht's gravatar image

Roland Olbricht
6.7k36489
accept rate: 36%

1

Thanks for the answer!

So, it's impossible to download just the geo features with, eg, Planet OSM?

(10 Oct '13, 13:50) ubik15
2

Using overpass-api is already a filtered download.

Alternatively, download the whole complete raw OSM data for a specific region from any source listed at http://wiki.openstreetmap.org/wiki/Planet.osm ... and do a filtering via http://wiki.openstreetmap.org/wiki/Osmfilter

(10 Oct '13, 16:28) stephan75

OK, many thanks.

(10 Oct '13, 16:33) ubik15

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

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:

×147
×118
×20
×14
×7

question asked: 10 Oct '13, 10:32

question was seen: 4,954 times

last updated: 10 Oct '13, 16:33

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum