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

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%


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

permanent link

answered 07 Jun '18, 20:01

Frederik%20Ramm's gravatar image

Frederik Ramm ♦
82.5k927201273
accept rate: 23%

Your answer
toggle preview

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
×134
×60
×38

question asked: 07 Jun '18, 18:10

question was seen: 1,857 times

last updated: 07 Jun '18, 20:01

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