I would like to use the Eliminate Polygon Part tool in my python script. However, instead of using the default unit for the area condition, I would like to change it to square miles. How would I do that in python? Here is my arcpy script for the tool:
arcpy.management.EliminatePolygonpart(polyfc,WS_elimVoids,"Area","70","","CONTAINED_ONLY")
The current spatial coordinates is in NAD83_Albers. I assume it is currently in meters.
Thanks!
you would have to put in the conversion
Square Miles to Square Meters conversion (metric-conversions.org)