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

Largest industrial areas in OSM

0

I'm curious about the largest industrial parks / districts in OpenStreetMap.

With which software can I get all landuse=industrial ways & relations in the planet dump by size?

asked 07 Jun '18, 18:10

Druzhba's gravatar image

Druzhba
150111118
accept rate: 0%


One Answer:

1

Use osmium-tool to filter the planet for landuse=industrial (you want relations and ways). Then either import the resulting file to PostGIS with osm2pgsql or convert to shape file with a recent version of GDAL, or load directly in a suitable GIS program. PostGIS would be my favourite choice because it would easily allow some automated processing, like merging industrial areas that are very close (maybe just separated by a road).

answered 07 Jun '18, 20:01

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%