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

How I can download all objecst with specific tags (aeroway)?

0

I found website (https://overpass-turbo.eu) that can do it. But it doesn't work with all world. Programm write: "Request rejected. (e.g. server not found, request blocked by browser addon, request redirected, internal server errors, etc. Error-Code: error (0)".

I can download only an area which is not bigger than country's territory.

asked 02 Dec '16, 09:10

wking's gravatar image

wking
11112
accept rate: 0%


One Answer:

1

You can download the planet file which contains all data, and then run a program like osmfilter or osmosis to extract those objects that you are interested in. Be careful to instruct the program to also give you matching nodes for the ways you are extracting, else you'll have ways without geometry.

answered 02 Dec '16, 10:11

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Source code available on GitHub .