Hi all,
I am trying to find if the polygon layer i have can fit rectangle of certain dimensions. Ive tried minimum bounding geometry, is there any other tool that can perform the function. I want to check if the polygons that i have could completely fit in a rectangle with l=25m and b=25m
most resources i came across involves python, is there anything that i could do to solve this in ArcGIS pro
TIA
the algorithm is "maximum inscribed rectangle"
they all involve python since there isn't anything directly out of the box in Pro
especially if your polygons are not convex but concave