<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Find_Overlaps BUG when no overlaps are found in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/find-overlaps-bug-when-no-overlaps-are-found/m-p/1564117#M90758</link>
    <description>&lt;P&gt;Question for you - are you using ArcGIS Pro Intelligence or ArcGIS Pro AllSource?&amp;nbsp; ArcGIS Pro Intelligence was retired and rebuilt into ArcGIS Pro AllSource.&amp;nbsp; I have ArcGIS Pro 3.4 and ArcGIS Pro AllSource 1.3.0 on my laptop.&amp;nbsp; I tested the Find Overlaps GP tool in both (did not use Python) and both GP tools processed correctly with or without overlaps.&lt;/P&gt;</description>
    <pubDate>Tue, 03 Dec 2024 15:47:23 GMT</pubDate>
    <dc:creator>Robert_LeClair</dc:creator>
    <dc:date>2024-12-03T15:47:23Z</dc:date>
    <item>
      <title>Find_Overlaps BUG when no overlaps are found</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/find-overlaps-bug-when-no-overlaps-are-found/m-p/1564108#M90755</link>
      <description>&lt;P&gt;This looks to be a re-occurrence of &lt;A href="https://support.esri.com/en-us/bug/the-find-overlaps-tool-in-the-intelligence-toolbox-in-a-bug-000149294" target="_blank"&gt;https://support.esri.com/en-us/bug/the-find-overlaps-tool-in-the-intelligence-toolbox-in-a-bug-000149294&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I have a custom geoprocessing tool that uses FindOverlaps and a set of test data with numerous polygons, some of which have overlaps and some do not. The code previously ran successfully in Pro 3.1 and 3.3 on that dataset. However, now i get the same error described in a 2022 thread on the above bug.&lt;/P&gt;&lt;LI-CODE lang="c"&gt;ERROR: Find_Overlaps
  File "REMOVE\ArcGIS\Pro\Resources\ArcToolbox\Scripts\intel\analysis\FindOverlapsLogic.py", line 241, in process_overlaps
    input_seDataFrame.spatial.to_featureclass(temp_fc)
Object: Error in accessing describe
ERROR: Find_Overlaps
  File "REMOVE\ArcGIS\Pro\Resources\ArcToolbox\Scripts\intel\analysis\FindOverlapsLogic.py", line 356, in subset_dataframes
    overlaps_sdf, extent, fcount = self.process_overlaps(input_seDataFrame)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
cannot unpack non-iterable NoneType object
ERROR: Find_Overlaps
  File "REMOVE\ArcGIS\Pro\Resources\ArcToolbox\Scripts\intel\analysis\FindOverlapsLogic.py", line 529, in generate_overlaps
    overlaps, centroids = self.subset_dataframes(input_seDataFrame=sdf, field_group=None)
    ^^^^^^^^^^^^^^^^^^^
cannot unpack non-iterable NoneType object
python-BaseException&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Additionally, encasing that FindOverlaps function within a try/except doesn't seem to work:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;            try:
                arcpy.intelligence.FindOverlaps(
                    in_features=in_memory_polygons,
                    out_intersection=overlaps_output,
                    out_centroid=overlaps_centroid,
                )
            except:
                self.logger.warning(
                    f"FindOverlaps failed for {self} with {in_memory_polygons}"
                )
                return&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;BR /&gt;Furthermore, I have confirmed that the input for in_memory_polygons contains records with both a arcpy.GetCount validation and by viewing the result in debug mode.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 15:30:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/find-overlaps-bug-when-no-overlaps-are-found/m-p/1564108#M90755</guid>
      <dc:creator>West-d-gis</dc:creator>
      <dc:date>2024-12-03T15:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Find_Overlaps BUG when no overlaps are found</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/find-overlaps-bug-when-no-overlaps-are-found/m-p/1564117#M90758</link>
      <description>&lt;P&gt;Question for you - are you using ArcGIS Pro Intelligence or ArcGIS Pro AllSource?&amp;nbsp; ArcGIS Pro Intelligence was retired and rebuilt into ArcGIS Pro AllSource.&amp;nbsp; I have ArcGIS Pro 3.4 and ArcGIS Pro AllSource 1.3.0 on my laptop.&amp;nbsp; I tested the Find Overlaps GP tool in both (did not use Python) and both GP tools processed correctly with or without overlaps.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 15:47:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/find-overlaps-bug-when-no-overlaps-are-found/m-p/1564117#M90758</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2024-12-03T15:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Find_Overlaps BUG when no overlaps are found</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/find-overlaps-bug-when-no-overlaps-are-found/m-p/1564775#M90836</link>
      <description>&lt;P&gt;It might be worth raising a support case with your local Esri distributor and have them investigate this issue&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 17:20:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/find-overlaps-bug-when-no-overlaps-are-found/m-p/1564775#M90836</guid>
      <dc:creator>ShaneONeill_144</dc:creator>
      <dc:date>2024-12-04T17:20:44Z</dc:date>
    </item>
  </channel>
</rss>

