Bug ID Number |
BUG-000163800 |
Submitted | December 18, 2023 |
Last Modified | May 29, 2025 |
Applies to | ArcGIS Pro |
Version found | 3.2.1 |
Operating System | Windows OS |
Operating System Version | 11.0 64 bit |
Status | As Designed
After review by the development team, it has been determined that this behavior is as designed. See the Additional Information section for details.
|
Additional Information
The result in later versions of ArcGIS Pro matches the expected area value when compared to the arcpy geometry getArea() function, as documented here: https://pro.arcgis.com/en/pro-app/latest/arcpy/classes/geometry.htm.
The geodesic area uses the preserve shape option for getArea, as documented in the Calculate Geometry Attributes tool reference.
Workaround
Project the polygon on the projected coordinate system and run the Calculate Geometry Attributes geoprocessing tool.
Steps to Reproduce