Dear Community,
I am trying to use the Multiple Ring Buffer tool to create a set of non-overlapping buffers (e.g., 100 m, 200 m, 300 m, 400 m) around 50 polygons, which are different sites. I am running into a few challenges:
To sum up, I am trying to generate a series of non-overlapping buffers (rings) around multiple sites. Then, I need to know which buffer is associated with each site, so I would ideally have an attribute in the buffer shapefile that corresponds to the site id.
I would be grateful for any suggestions on how to achieve this!
Well, I repeated the experiment and here's what I got:
I ran it twice: once on a point in NAD 1983 (GCS, WKID: 4269), and once on NAD 1983 UTM Zone 13N (PCS, WKID: 26913)
Steps:
Here's what I found:
how I understand it is that the the Geodesic buffer in NAD1983 Geographic is not a regular annulus or circle. The circle or annulus will be like a squash ball squished against the poles. This greater area of the buffer above the buffer origin point (for Northern Hemisphere) then forces the Centroid up to account for the changed centre-of-mass. This will increase non linearly as you increase the buffer distance.
I'd use a big (1000km) geodesic buffer and then visualise it in the same geographic projection. I think when you see that it would make sense what's occurring.
For the UTMZ13 coordinate system I may be wrong in this one as this topic is admittedly very confusing - but it seems to me that it's showing the distance distortion away from the central meridian of the transverse mercator projection (105 West?). I would then say your buffer point is West of -105 degrees, and if you recreated the example with a point East of -105 degrees you would see the centroid shift in the opposite direction.