Eliminate Polygon Part Tool Question

358
1
12-06-2021 04:08 PM
ThiPham12
New Contributor III

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!

 

 

 

 

0 Kudos
1 Reply
DanPatterson
MVP Esteemed Contributor

you would have to put in the conversion

Square Miles to Square Meters conversion (metric-conversions.org)


... sort of retired...