1
vote
0answers
38 views

Clipping Buffers

I have buffered a line shapefile where many lines are intersecting but not broken at intersections. I am trying to select each record in the buffer file and clip all intersecting polygons in the same ...
0
votes
0answers
26 views

Keeping attribute values in overlapping buffers

I am creating a buffer around salt marsh polygons of 275 meters. Naturally some of these buffers overlap. Prior to the buffering, each salt marsh had been given a score. I would like a) that that ...
5
votes
1answer
105 views

How do I find location of minimum value within a buffer (around a point)

I have a digital elevation model (DEM) with a point location defined. I want to locate the lowest height values at a set distance from this point. I envisaged creating a buffer around the point ...
1
vote
3answers
157 views

In ArcMap, what is the difference between Copy Parallel and Buffer?

To build an offset of a linear feature in ArcMap, what is the difference between Copy Parallel and Buffer? In terms of the resulting features and their linear differences from the source linear ...
2
votes
2answers
509 views

polygons won't buffer in ArcMap

I have been trying to buffer 15 polygons (-15m) in ArcMap. I did a batch buffer and 13 polygons worked fine, the other 2 have not buffered, an error occurs: WARNING 000117: Warning empty output ...
2
votes
1answer
112 views

Overlapping buffers - Doublecount points that fall within 2 or more buffers

I want to analyze crime around certain types of stores in a city. I made buffers around the stores and I need to a) select and extract crimes that occurred within those buffers, and b) join the two ...
3
votes
1answer
224 views

ArcMap: extracting overlapped buffers

I have a set of points in ArcMap which I create a buffer for each point. Then I use intersect to extract the overlapping buffers. The result is something like this: The lighter color are the ...
7
votes
3answers
802 views

Use buffer tool to draw different radii?

I am new to Arcmap-Arceditor 10 and could really use your help. I have been mapping ethanol plants (which utilize corn to produce ethanol) and corn production amounts in the counties of the USA. ...
3
votes
3answers
3k views

How to create a polygon buffer from a line?

I have connected a series of points into a line in ArcMap 10 with the Points to Line tool in the ArcToolbox. The line is, of course, in its own layer, and I added a 5 meter buffer around the line. It ...