<?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: ArcGIS GeoAccessor Overlay Erase in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1154396#M7231</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/483343"&gt;@DavidAnderson_1701&lt;/a&gt;,&amp;nbsp;circling back to see if you have screen shots for your jupiter lab notebook dataframe outputs.&amp;nbsp; Thx.&amp;nbsp; Tyler&lt;/P&gt;</description>
    <pubDate>Wed, 16 Mar 2022 17:35:42 GMT</pubDate>
    <dc:creator>TylerT</dc:creator>
    <dc:date>2022-03-16T17:35:42Z</dc:date>
    <item>
      <title>ArcGIS GeoAccessor Overlay Erase</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1153236#M7221</link>
      <description>&lt;P&gt;I have two SEDFs.&amp;nbsp; df_w has 3 polygons.&amp;nbsp; df_h has 2 polygons both within one of the df_w polygons.&amp;nbsp; Ultimately I need to cut holes in df_w with the df_h polygon.&amp;nbsp; The subject method is throwing an error.&amp;nbsp; I’m missing something about the functionality of the GeoAccessor overlay although it seems straightforward.&amp;nbsp; Anyway, any insight into the issue would be appreciated.&amp;nbsp; Thank you.&amp;nbsp; Tyler&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="holes_documentation.JPG" style="width: 999px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36229i9C1B9C4D0F95DC5F/image-size/large?v=v2&amp;amp;px=999" role="button" title="holes_documentation.JPG" alt="holes_documentation.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Polygons Visualized:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="holes1.JPG" style="width: 712px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36227i9C31CA925FF77601/image-size/large?v=v2&amp;amp;px=999" role="button" title="holes1.JPG" alt="holes1.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Method and Error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="holes_overlay_method.JPG" style="width: 614px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36228iB462D98A4FA7D7E3/image-size/large?v=v2&amp;amp;px=999" role="button" title="holes_overlay_method.JPG" alt="holes_overlay_method.JPG" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="holes_index_error.JPG" style="width: 504px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36230i6C63BB7CFC0A6589/image-size/large?v=v2&amp;amp;px=999" role="button" title="holes_index_error.JPG" alt="holes_index_error.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Mar 2022 22:55:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1153236#M7221</guid>
      <dc:creator>TylerT</dc:creator>
      <dc:date>2022-03-13T22:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS GeoAccessor Overlay Erase</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1153348#M7222</link>
      <description>&lt;P&gt;This worked for me&lt;/P&gt;&lt;P&gt;`temp_df.spatial.overlay(temp_df_2,'erase')`&lt;/P&gt;&lt;P&gt;It appears the overlay function is not set up with key word arguments.&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 14:14:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1153348#M7222</guid>
      <dc:creator>DavidAnderson_1701</dc:creator>
      <dc:date>2022-03-14T14:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS GeoAccessor Overlay Erase</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1153402#M7224</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/483343"&gt;@DavidAnderson_1701&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hmm.&amp;nbsp; Removing the 'op=' did not do the trick.&amp;nbsp; Same result.&amp;nbsp; Would you mind posting a screenshot of your dataframes with the index in view.&amp;nbsp; I'm curious to how many features you have and if they share indices.&amp;nbsp; I am sensing overlay is trying to match index to index (from df1 to df2), but&amp;nbsp; not sure.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alternatively, try it with dataframes of different sizes, and different indices.&amp;nbsp; The reason I'm wondering is because when I run op='union' I get this error.&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="holes_index_union_error.JPG" style="width: 547px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36262i89AA92D4C41719F4/image-size/large?v=v2&amp;amp;px=999" role="button" title="holes_index_union_error.JPG" alt="holes_index_union_error.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Thank you.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 15:56:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1153402#M7224</guid>
      <dc:creator>TylerT</dc:creator>
      <dc:date>2022-03-14T15:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS GeoAccessor Overlay Erase</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1153410#M7225</link>
      <description>&lt;P&gt;Here are the polygons for testing.&amp;nbsp; Thx.&amp;nbsp; Tyler&lt;/P&gt;&lt;LI-CODE lang="c"&gt;df_w
,OID,SHAPE_PG
241,242,"{'spatialReference': {'wkid': None}, 'rings': [[[15291.5, 6192.937499999999], [15332.5, 6192.9375], [15332.5, 6341.9375], [15291.5, 6341.9375], [15291.5, 6192.937499999999]]]}"
242,243,"{'spatialReference': {'wkid': None}, 'rings': [[[15037.5, 6301.321927246139], [15037.499999999998, 6192.937499999999], [15285.5, 6192.937499999999], [15285.5, 6347.9375], [15332.5, 6347.9375], [15332.499999999998, 6591.937499999997], [14864.5, 6591.937499999999], [14864.5, 6192.937499999999], [14914.781651165493, 6192.937499999999], [14914.781651165496, 6301.321927246138], [15037.5, 6301.321927246139]]]}"
243,244,"{'spatialReference': {'wkid': None}, 'rings': [[[14994.781651165495, 6293.321927246138], [14922.781651165495, 6293.321927246138], [14922.781651165495, 6200.9375], [14951.5, 6200.937499999999], [14951.5, 6186.937499999999], [14987.5, 6186.937499999999], [14987.5, 6200.9375], [15029.5, 6200.9375], [15029.5, 6293.321927246138], [14994.781651165495, 6293.321927246138]]]}"&lt;/LI-CODE&gt;&lt;LI-CODE lang="c"&gt;df_h
,OID,SHAPE_PG
245,246,"{'spatialReference': {'wkid': None}, 'rings': [[[14903.25, 6381.9375], [14969.25, 6381.9375], [14969.25, 6453.9375], [14903.25, 6453.9375], [14903.25, 6381.9375]]]}"
246,247,"{'spatialReference': {'wkid': None}, 'rings': [[[15119.264718869708, 6351.838419508824], [15168.764718869708, 6351.838419508824], [15168.764718869708, 6405.838419508824], [15119.264718869708, 6405.838419508824], [15119.264718869708, 6351.838419508824]]]}"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Mar 2022 16:07:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1153410#M7225</guid>
      <dc:creator>TylerT</dc:creator>
      <dc:date>2022-03-14T16:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS GeoAccessor Overlay Erase</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1154396#M7231</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/483343"&gt;@DavidAnderson_1701&lt;/a&gt;,&amp;nbsp;circling back to see if you have screen shots for your jupiter lab notebook dataframe outputs.&amp;nbsp; Thx.&amp;nbsp; Tyler&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 17:35:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1154396#M7231</guid>
      <dc:creator>TylerT</dc:creator>
      <dc:date>2022-03-16T17:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS GeoAccessor Overlay Erase</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1154532#M7233</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DavidAnderson_1701_0-1647465822585.png" style="width: 1089px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36544i56915714380A3263/image-dimensions/1089x117?v=v2" width="1089" height="117" role="button" title="DavidAnderson_1701_0-1647465822585.png" alt="DavidAnderson_1701_0-1647465822585.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DavidAnderson_1701_1-1647465916821.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36545i9520C546B5595BEA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DavidAnderson_1701_1-1647465916821.png" alt="DavidAnderson_1701_1-1647465916821.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DavidAnderson_1701_2-1647465939597.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36546iF36EC86D5A64D859/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DavidAnderson_1701_2-1647465939597.png" alt="DavidAnderson_1701_2-1647465939597.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Do the same process for df_h&lt;/P&gt;&lt;P&gt;then&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DavidAnderson_1701_3-1647466023463.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36547i79B81CF9003B83B1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DavidAnderson_1701_3-1647466023463.png" alt="DavidAnderson_1701_3-1647466023463.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;which yields&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DavidAnderson_1701_4-1647466047895.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36548i198B9E774E0C3D08/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DavidAnderson_1701_4-1647466047895.png" alt="DavidAnderson_1701_4-1647466047895.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Short story is it worked for me.&amp;nbsp; &amp;nbsp;Perhaps try recreating the spatial data frames.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 21:28:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1154532#M7233</guid>
      <dc:creator>DavidAnderson_1701</dc:creator>
      <dc:date>2022-03-16T21:28:27Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS GeoAccessor Overlay Erase</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1154541#M7235</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/483343"&gt;@DavidAnderson_1701&lt;/a&gt;&amp;nbsp;Interesting.&amp;nbsp; Should the two holes be white?&amp;nbsp; What you have shown looks like the holes over the top of the second larger feature.&amp;nbsp; At least you didn't get errors like I got.&amp;nbsp; Let me study this and work on my SEDFs.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Much appreciated.&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 21:42:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1154541#M7235</guid>
      <dc:creator>TylerT</dc:creator>
      <dc:date>2022-03-16T21:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS GeoAccessor Overlay Erase</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1154547#M7237</link>
      <description>&lt;P&gt;Probably something to do with how I'm displaying the data.&amp;nbsp; I wrestled with how to get the dataframe to show the geometry.&lt;/P&gt;&lt;P&gt;The area values show that the erase did happen.&lt;/P&gt;&lt;P&gt;Not a very satisfying answer I know.&amp;nbsp; Saying it worked for me is an old programmer excuse/cop out.&amp;nbsp; You might double check that the dataframe geometries are indeed polygons using the spatial.area property.&lt;/P&gt;&lt;P&gt;Start a clean Jupyter project, try the code I show to see if that works. Isolate the problem code to just this little bit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DavidAnderson_1701_0-1647467546464.png" style="width: 244px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36550i79E5E2253FF4C575/image-dimensions/244x99?v=v2" width="244" height="99" role="button" title="DavidAnderson_1701_0-1647467546464.png" alt="DavidAnderson_1701_0-1647467546464.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DavidAnderson_1701_1-1647467565572.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36551i38E51D254B01F53A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DavidAnderson_1701_1-1647467565572.png" alt="DavidAnderson_1701_1-1647467565572.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 22:00:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1154547#M7237</guid>
      <dc:creator>DavidAnderson_1701</dc:creator>
      <dc:date>2022-03-16T22:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS GeoAccessor Overlay Erase</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1154552#M7238</link>
      <description>&lt;P&gt;To display try:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;df.spatial&lt;/LI-CODE&gt;&lt;P&gt;Example.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="TylerT_0-1647468312573.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36552iC7A04336B9CD3BF7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TylerT_0-1647468312573.png" alt="TylerT_0-1647468312573.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I'll keep wrestling with it, but I'm still getting a positional index error.&lt;/P&gt;&lt;P&gt;Thanks for helping.&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 22:06:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1154552#M7238</guid>
      <dc:creator>TylerT</dc:creator>
      <dc:date>2022-03-16T22:06:01Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS GeoAccessor Overlay Erase</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1154570#M7239</link>
      <description>&lt;P&gt;Could you post the full traceback stack text.&amp;nbsp; It might be informative to see exactly which module is throwing the error.&amp;nbsp; Is it a Python function?&amp;nbsp; Pandas?&amp;nbsp; Arcgis API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Mar 2022 22:37:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1154570#M7239</guid>
      <dc:creator>DavidAnderson_1701</dc:creator>
      <dc:date>2022-03-16T22:37:14Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS GeoAccessor Overlay Erase</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1154772#M7242</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/483343"&gt;@DavidAnderson_1701&lt;/a&gt;,&amp;nbsp;I finally made SOME progress.&amp;nbsp; I switched machines and lo and behold, it worked.&amp;nbsp; No error.&amp;nbsp; Original machine has ArcGIS Pro 2.8.3 and the new machine has 2.9.1.&amp;nbsp; I'm wondering if there's a python module bug.&amp;nbsp; Do arcgis/arcpy modules get updated when ArcGIS Pro gets updated?&amp;nbsp; &amp;nbsp;Thanks for all your help troubleshooting.&amp;nbsp; I'll try updating ArcGIS Pro and see what happens.&lt;/P&gt;&lt;P&gt;Side note: Jupyter displays holes oddly.&amp;nbsp; They look more like feature over feature, so I checked in ArcGIS Pro and the output feature looks just fine.&lt;/P&gt;&lt;P&gt;Jupyter output feature with holes:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="jupyter_holes.jpg" style="width: 446px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36617iEA907825EEF1063F/image-size/large?v=v2&amp;amp;px=999" role="button" title="jupyter_holes.jpg" alt="jupyter_holes.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Same SEDF exported to gdb fc and displayed in ArcGIS Pro:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="arcgis_pro_holes.jpg" style="width: 326px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36620iE22AF683860B4FD7/image-size/large?v=v2&amp;amp;px=999" role="button" title="arcgis_pro_holes.jpg" alt="arcgis_pro_holes.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Tyler&lt;/P&gt;</description>
      <pubDate>Thu, 17 Mar 2022 13:59:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1154772#M7242</guid>
      <dc:creator>TylerT</dc:creator>
      <dc:date>2022-03-17T13:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS GeoAccessor Overlay Erase</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1346698#M9251</link>
      <description>&lt;P&gt;Just wanted to leave the solution that worked for me to help future visitors.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using .reset_index() method on the spatial dataframes before executing spatial.overlay() eliminated this error.&lt;/P&gt;&lt;P&gt;This seems to occur when taking a slice of a dataframe and using that slice in spatial.overlay().&lt;/P&gt;</description>
      <pubDate>Tue, 07 Nov 2023 15:05:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/arcgis-geoaccessor-overlay-erase/m-p/1346698#M9251</guid>
      <dc:creator>Marshal</dc:creator>
      <dc:date>2023-11-07T15:05:10Z</dc:date>
    </item>
  </channel>
</rss>

