Tagged Questions
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
1answer
68 views
Creating rectangle over a buffer circle with specified angles/rotation?
I have a layer that is a circle buffer around a point. What I want to do is create a rectangle around the circle, but have every rectangle be perfectly lined up N/S (0degrees of angle/rotation). I ...
1
vote
1answer
212 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 ...
2
votes
0answers
260 views
Proximity Toolset Questions - Description, Examples of Usage, and Limitations
I was wondering if you could help me answer a few questions about the Proximity Toolset. I have been given the task of describing each tool in laymen terms, the typical usage of each tool, and most ...
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 ...