3
votes
2answers
59 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
2answers
104 views

How to join number of point features into attribute of nearest line segment

I have point shapefile with lot of attributes, that represent road accidents and line shapefile with highways. What i want is to join attribute into line shapefile with value, that represent number of ...
1
vote
2answers
52 views

3D elements buffer extrusion

I'm using ArcScene10.1 and I have a dataset containing of 3D points (x,y,z coordinates) with extrusion values (Evalue). Now I would like to create a square or ring buffer around the points and extrude ...
4
votes
2answers
253 views

How to invert a Buffer(get the inside of a ring buffer)?

I have a line layer of a road network around which I create a buffer zone of 1000 m with Analysis Tools>Proximity>Buffer. But I am interested in the areas outside the buffer zone, and not the buffer ...
5
votes
2answers
250 views

Dissolving polygons by attribute and in a certain distance (ArcGIS)

in a FeatureClass I have a lot of polygons which contain attributes of different landuse-types. Now I am trying to dissolve those polygons of the same landuse-type, but only if the distance between ...
3
votes
3answers
198 views

Buffer with physical barrier

I don't think is possible, but I'm looking for a way to stop my buffer at a certain physical barrier. For example, I have point near a river and I'm creating a buffer around my point that is larger ...
4
votes
3answers
2k views

Creating a square buffer around a point feature in ArcMap

I would like to create a square buffer from a point feature. I do not understand the code that gos into it. This similar questions as asked on the forums.esri website but that was over 10 years ago. ...
12
votes
2answers
459 views

ArcGIS Buffer accuracy problem

world, once again I encounter something very strange with ArcGIS. I perform a buffer analysis on one side of a polyline. There seems to be a serious accuracy problem and I can't figure out what the ...
7
votes
2answers
696 views

Create “Inner Buffer” in ArcGIS

I am currently searching for a possibility to create an "Inner Buffer" in ArcGIS. I have a lot of polygons (houses)(in one feature class) and one big polygon (in one other feature class). I want so ...
5
votes
2answers
404 views

Create a polyline buffer with Arcpy

I'm trying to write a python script with ArcPy that draws arcs and I've achieved something with creating a buffer and then clipping it with a bounding box so I only keep the length I need (I thought ...
0
votes
1answer
206 views

Generate a report or table for buffer zone

I have a polygon feature class. I create a buffer for this feature with a distance being 2 km.Now the buffer output intersect with features of the original polygon.So say for instance from the orginal ...
1
vote
2answers
184 views

Buffer point dataset based on compared value

I am creating polygons from the dissolved buffers of points and need to control the dissolve process. In the model the first stage is to assign high/med/blackspot using the following f2='ERROR' def ...
4
votes
2answers
956 views

Multiple ring buffer with attributes

Building on ArcGIS: inside buffer with attributes?, I'd like to be able to create multiple ring buffers, while retaining (and possibly dissolving on) attribute values. How can this be done?
1
vote
1answer
213 views

Best practices to minimize error when buffering unprojected data

If I buffer hundreds of unprojected WGS84 points across the US by say, 3 miles, will I get accurate areas returned (3 x pi x r) for each of the circles created? I suspect not. If not, what would be ...
5
votes
2answers
794 views

Need help calculating forest cover within a buffer when it overlaps with other buffers

I'm new to ArcGIS and having real trouble getting this done… Hopefully someone can help. Thanks in advance! I have a layer showing forest cover in a landscape. I'm trying to create a 5km buffer ...
2
votes
1answer
1k views

ArcGIS10 - How do I dissolve two different buffers together so they are not overlapping?

I am trying to find out how many registered sex offenders live within 2,000 feet of a school/park in a specific county. The park buffer and school buffer are dissolved but not together. I am also ...
2
votes
3answers
739 views

How do i identify features within a buffer?

I have a point shapefile that identifies the location of incinerators in England and an output area classification shapefile. I have created a buffer for all the points in the shapefile because i want ...
3
votes
2answers
220 views

Is there a way of doing a statistical analysis of buffers?

I am doing a buffer analysis of incinerators and looking at the output areas within those buffers, is there a way of doing a statistical analysis of several buffers to see if there is a significant ...
4
votes
1answer
250 views

Select points within 2 buffers

I have 2 huge files of points (hundreds of thousands of points). I need to determine a way to loop through all the points in one file and find all the points in the second file that are only a ...
2
votes
2answers
378 views

Buffer in ArcGIS v. ArcINFO 9.3

I have ArcGIS 9.3 and my question is regarding Buffering. Is that only allowed in ArcINFO or is there a way to use a buffer in ArcGIS?
5
votes
4answers
1k views

ArcGIS Buffer/Dissolve performance

I'm wondering if anyone else has experienced significant performance penalties when using the ArcGIS buffer function with the 'dissolve' option on point features. My dataset is a shapefile of 260 ...
5
votes
1answer
1k views

ArcGIS: inside buffer with attributes?

How can I create buffers for polygons that a) lie only inside the polygon boundary, and b) know who their parent is? An example of where this is useful is First Nation Traditional Territories. There ...