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

Hi all, I am looking for a way to extract a relative land use for a given area. So that output would be provide in the following way for example: (forest = 60%, farm = 10%, residential=30%).

I used overpass API to extract this information,

See the results here http://overpass-turbo.eu/s/lID . It provides me with large polygons. How can I extract only the area relevant to my bounding box. Is there a specific query for it? Otherwise is there a gis library on python that can help me to do the post-processing ?

Any help is appreciated.

asked 05 Feb '17, 21:04

tivalex's gravatar image

tivalex
21223
accept rate: 0%

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:

×710
×483
×78
×54

question asked: 05 Feb '17, 21:04

question was seen: 3,076 times

last updated: 05 Feb '17, 21:04

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