Select to view content in your preferred language

Calculate maximum radius of polygon

594
1
Jump to solution
03-13-2024 10:53 AM
Labels (2)
AbbieP
by
New Contributor

Hi,

So currently doing a bit of work where I have multiple polygons (all different shapes and sizes) and am trying to work out the widest radius of each one.

AbbieP_0-1710352337465.png

So here for example I want to work out the widest point of the polygon, and what the radius is. I know I can use the measure tool (which tells me 5.1 miles) but I want to bulk do this for 500+ polygons. 

Have tried Minimum Bounding Geometry but for half of the polygons it creates a circled much larger than needed, so unsure of the issue

AbbieP_0-1710357911518.png

Any ideas?

0 Kudos
1 Solution

Accepted Solutions
DanPatterson
MVP Esteemed Contributor

something is wrong with those minimum bounding geometries if that circle is what you are getting.

Ensure that you are working with single part shapes (run MultipartToSinglepart tool)

Run a Check Geometry first, then

Solved: Compute the longest radius in a polygon - Esri Community

will work for convex polygons and perhaps many concave if they aren't too concave

No "one" container will suit all shapes, for some it may be the minimum area bounding rectangle, for others, the circle may be appropriate.  You will have to experiment


... sort of retired...

View solution in original post

1 Reply
DanPatterson
MVP Esteemed Contributor

something is wrong with those minimum bounding geometries if that circle is what you are getting.

Ensure that you are working with single part shapes (run MultipartToSinglepart tool)

Run a Check Geometry first, then

Solved: Compute the longest radius in a polygon - Esri Community

will work for convex polygons and perhaps many concave if they aren't too concave

No "one" container will suit all shapes, for some it may be the minimum area bounding rectangle, for others, the circle may be appropriate.  You will have to experiment


... sort of retired...