0
votes
0answers
20 views

ArcMap 10.1 - Tabulate Area tool “doubling up” for Overlapping Buffer Zones

This question is related to a previous question I asked: Raster Version of Spatial Join (one to many) I used the Tabulate Area tool to crosstabulate values between an overlapping "buffrast" raster ...
0
votes
1answer
24 views

Extraction of raster cell values based on 'rgeos' and 'raster' buffering approaches in R

I am trying to extract cell values from a raster that lie within a certain distance from a given location (i.e. buffering). Evaluating different approaches, I found out that applying gBuffer(..., ...
3
votes
2answers
61 views

Buffer of different radius - Intersect with raster

I have a polygon shape with buffers. However, the buffers are of different size from 4m radius to 15m. In total I have 7 different buffers. I have a landcover raster and I would like to extract ...
4
votes
1answer
155 views

How can I create a pollutant dispersion raster in QGIS?

As my previous questions have indicated, I am working on an air quality problem where I have a dataset of industrial emissions that consists of a location (long, lat), and an annual volume of ...
5
votes
3answers
316 views

Is it possible, in QGIS, to create buffers with a set radius, but with individual values taken from the attribute table?

I am looking to create an output that consists of an 11KM buffer around a number of discrete points, where the buffer has a value defined by a column in the data sets attribute table. Is this ...