Hello!
I've been asked to calculate the average width of a set of irregular donut shaped buffers. Is anyone aware of a tool that can accomplish this? So far I've had to add to perpendicular lines from the inner boundary to the outer boundary at a given spacing then average their lengths. This is obviously too time consuming though.
Another thing I tried was to take concentric circles and measure the distance from the outer circle to the inner circle. I then take that length and make a ratio with the difference of the two circle diameters. Now I convert my irregular buffer into polylines and use the line lengths to come up with the base for my ratio calculation (the larger perimeter less the smaller perimeter). It seems to work but I'm really not a math whiz.
Any suggestions would be appreciated.
Thanks.