[GIS] How to determine if an object is a circle

geometry

I have a polygon shapefile that consists of many different shaped features. I would like to identify only those shapes that are circles. Is there a way to do this? Is it a calculation I could do in the field calculator?

Thanks…

enter image description here

Best Answer

I would calculate the thinness ratio, which for a perfect circle will equal 1.0. The formula for thinness ratio is: T = 4pi(A/(P*P))

Related Question