<?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 (Intelligence) Bug in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/find-overlaps-intelligence-bug/m-p/1564642#M90816</link>
    <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/739215"&gt;@West-d-gis&lt;/a&gt;&lt;/SPAN&gt;, we appreciate you sharing a potential bug with the broader Esri Community; however, Esri does not actively track software defects posted here. The official channel for investigating and validating bugs is &lt;A href="https://www.esri.com/en-us/contact?rsource=%2Fcontact#c=us&amp;amp;t=5" target="_blank"&gt;Esri Technical Support&lt;/A&gt;. All customers experiencing a potential software bug should leverage technical support to report and investigate the issue.&lt;/P&gt;
&lt;P&gt;By reporting bugs through technical support, Esri can better track the scope and impact of the issue across all our customers and better prioritize it with our product teams. Our teams can also investigate the issue more thoroughly to see if there is a solution, workaround, or patch to get you back up and running as soon as possible.&lt;/P&gt;
&lt;P&gt;As a reminder, Esri Community is primarily a self-service support platform where Esri users can ask or answer each other’s questions, share feature requests, and collaborate to solve problems with GIS.&lt;/P&gt;
&lt;P&gt;&lt;I&gt;*Note that this is a scripted message prompted when posts allude to a potential product bug.&lt;/I&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 04 Dec 2024 14:10:00 GMT</pubDate>
    <dc:creator>JesseCloutier</dc:creator>
    <dc:date>2024-12-04T14:10:00Z</dc:date>
    <item>
      <title>Find Overlaps (Intelligence) Bug</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/find-overlaps-intelligence-bug/m-p/1230141#M62061</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;Merging
Find_Overlaps
  File "C:\Program Files\ArcGIS\Pro\Resources\ArcToolbox\Scripts\intel\analysis\FindOverlapsLogic.py", line 527, in generate_overlaps
    overlaps, centroids = self.subset_dataframes(input_seDataFrame=sdf, field_group=None)

cannot unpack non-iterable NoneType object

Traceback (most recent call last):
  File "C:\Program Files\ArcGIS\Pro\Resources\ArcToolbox\Scripts\intel\analysis\FindOverlapsToolClasses.py", line 124, in execute
    intersections, centroids = fo.generate_overlaps()
TypeError: cannot unpack non-iterable NoneType object

Failed to execute (FindOverlaps).&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 19:02:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/find-overlaps-intelligence-bug/m-p/1230141#M62061</guid>
      <dc:creator>PatSmyth</dc:creator>
      <dc:date>2022-11-09T19:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Find Overlaps (Intelligence) Bug</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/find-overlaps-intelligence-bug/m-p/1230149#M62062</link>
      <description>&lt;P&gt;No overlaps were found (hence NoneType).&lt;/P&gt;&lt;P&gt;A more definitive answer and to identify if it is a bug in the tool would require more information on the inputs used, whether overlaps were expected etc etc&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 19:20:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/find-overlaps-intelligence-bug/m-p/1230149#M62062</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-11-09T19:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Find Overlaps (Intelligence) Bug</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/find-overlaps-intelligence-bug/m-p/1230157#M62064</link>
      <description>&lt;P&gt;Thanks &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;.&amp;nbsp;Input used in tool are attached and python syntax used is below. If no overlaps are found shouldn't there be more graceful way to tell the user than just erroring out ? Of course, can throw this in try/except, but same error happens in gui tool where that is not an option. Hence, seems like a bug?&lt;/P&gt;&lt;LI-CODE lang="python"&gt;overlaps = arcpy.FindOverlaps_intelligence(feature, "{}_overlaps".format(feature_name),
                                    "{}_overlap_centroids".format(feature_name))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 19:34:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/find-overlaps-intelligence-bug/m-p/1230157#M62064</guid>
      <dc:creator>PatSmyth</dc:creator>
      <dc:date>2022-11-09T19:34:41Z</dc:date>
    </item>
    <item>
      <title>Re: Find Overlaps (Intelligence) Bug</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/find-overlaps-intelligence-bug/m-p/1230173#M62065</link>
      <description>&lt;P&gt;The script is in .... C:\...YourInstallFolder...\Resources\ArcToolBox\Scripts\intel\analysis\FindOverlapsLogic.py ...&lt;/P&gt;&lt;P&gt;I don't have time to check the logic so I will flag&amp;nbsp; &lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/129401"&gt;@KoryKramer&lt;/a&gt;&amp;nbsp;to pass this on to the team that worked on the script to see what the problem might be&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 19:56:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/find-overlaps-intelligence-bug/m-p/1230173#M62065</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2022-11-09T19:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Find Overlaps (Intelligence) Bug</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/find-overlaps-intelligence-bug/m-p/1230192#M62068</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/468798"&gt;@PatSmyth&lt;/a&gt;&amp;nbsp;Sorry that you're running into an error. This could be related to&amp;nbsp;&lt;A href="https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDE0OTI5NA==" target="_blank"&gt;https://support.esri.com/en/bugs/nimbus/QlVHLTAwMDE0OTI5NA==&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="KoryKramer_0-1668025506034.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/55648iDC9B665D8642C5A0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="KoryKramer_0-1668025506034.png" alt="KoryKramer_0-1668025506034.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd recommend hitting the subscribe button on that which will set you up for notifications when this is fixed.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Nov 2022 20:25:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/find-overlaps-intelligence-bug/m-p/1230192#M62068</guid>
      <dc:creator>KoryKramer</dc:creator>
      <dc:date>2022-11-09T20:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Find Overlaps (Intelligence) Bug</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/find-overlaps-intelligence-bug/m-p/1564098#M90752</link>
      <description>&lt;P&gt;Hello, I saw that this bug was fixed in Pro 3.1. I was able to run FindOverlaps successfully in Pro 3.1-&amp;gt; 3.3. However, when I run it on the SAME data in Pro 3.4, I am encountering this same bug again.&lt;/P&gt;</description>
      <pubDate>Tue, 03 Dec 2024 15:24:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/find-overlaps-intelligence-bug/m-p/1564098#M90752</guid>
      <dc:creator>West-d-gis</dc:creator>
      <dc:date>2024-12-03T15:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: Find Overlaps (Intelligence) Bug</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/find-overlaps-intelligence-bug/m-p/1564642#M90816</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/739215"&gt;@West-d-gis&lt;/a&gt;&lt;/SPAN&gt;, we appreciate you sharing a potential bug with the broader Esri Community; however, Esri does not actively track software defects posted here. The official channel for investigating and validating bugs is &lt;A href="https://www.esri.com/en-us/contact?rsource=%2Fcontact#c=us&amp;amp;t=5" target="_blank"&gt;Esri Technical Support&lt;/A&gt;. All customers experiencing a potential software bug should leverage technical support to report and investigate the issue.&lt;/P&gt;
&lt;P&gt;By reporting bugs through technical support, Esri can better track the scope and impact of the issue across all our customers and better prioritize it with our product teams. Our teams can also investigate the issue more thoroughly to see if there is a solution, workaround, or patch to get you back up and running as soon as possible.&lt;/P&gt;
&lt;P&gt;As a reminder, Esri Community is primarily a self-service support platform where Esri users can ask or answer each other’s questions, share feature requests, and collaborate to solve problems with GIS.&lt;/P&gt;
&lt;P&gt;&lt;I&gt;*Note that this is a scripted message prompted when posts allude to a potential product bug.&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Dec 2024 14:10:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/find-overlaps-intelligence-bug/m-p/1564642#M90816</guid>
      <dc:creator>JesseCloutier</dc:creator>
      <dc:date>2024-12-04T14:10:00Z</dc:date>
    </item>
  </channel>
</rss>

