Bug ID Number |
BUG-000149002 |
Submitted | May 4, 2022 |
Last Modified | February 12, 2025 |
Applies to | ArcGIS Pro |
Version found | 2.9.2 |
Operating System | Windows OS |
Operating System Version | 10.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
This is a known limitation when dealing with massively overlapping data and using tools that use the topology engine for processing .
In this case, the polygon input is mostly made up of nearly identical polygons that overlap one another. In many places, there are nearly 1500 polygons overlapped.
There are no resolution for these types of cases when using the topology engine except to reduce the amount of overlap in the input before running the tool.
The Pairwise tools use a different underlying engine to perform overlay operations. Use the Pairwise tools instead of the standard overlay tools that use the topology engine. Note that the Pairwise Intersect tool output is different than that of the Intersect (Analysis) tool output. Modify the workflow when using the Pairwise Intersect tool. For more information, refer to https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/how-pairwise-intersect-works.htm#:~:text=With%20Pairwise%20Intersect%2C%20one%20feature,layer%20the%20feature%20belongs%20to.
Workaround
Use the Pairwise Intersect tool.
Steps to Reproduce