<?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: GP Tool to Remove Polygons that do not touch in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/gp-tool-to-remove-polygons-that-do-not-touch/m-p/1383394#M78964</link>
    <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;&amp;nbsp;thank you for the reply. The polygons did come from a raster conversion, they are two different land cover types, specifically the edges of each land cover. I am only interested in the areas where those to edges converge. The remaining polygons (edges) I want to delete. Do you know of a simple way to do this?&lt;/P&gt;</description>
    <pubDate>Fri, 16 Feb 2024 15:17:52 GMT</pubDate>
    <dc:creator>Lebowski</dc:creator>
    <dc:date>2024-02-16T15:17:52Z</dc:date>
    <item>
      <title>GP Tool to Remove Polygons that do not touch</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/gp-tool-to-remove-polygons-that-do-not-touch/m-p/1383381#M78958</link>
      <description>&lt;P class=""&gt;&lt;SPAN&gt;The yellow lines present where the purple and blue touch each other. I want to remove all the polygons where the do NOT touch. Does anyone know which GP tool(s) I would use to do this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 15:03:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/gp-tool-to-remove-polygons-that-do-not-touch/m-p/1383381#M78958</guid>
      <dc:creator>Lebowski</dc:creator>
      <dc:date>2024-02-16T15:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: GP Tool to Remove Polygons that do not touch</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/gp-tool-to-remove-polygons-that-do-not-touch/m-p/1383385#M78961</link>
      <description>&lt;P&gt;If those polygons came from a raster conversion, it might be easier to Expand the 'blue' class by one cell, followed by a shrink of one cell, it should leave 'nodata' in the intervening space&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 15:09:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/gp-tool-to-remove-polygons-that-do-not-touch/m-p/1383385#M78961</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-02-16T15:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: GP Tool to Remove Polygons that do not touch</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/gp-tool-to-remove-polygons-that-do-not-touch/m-p/1383394#M78964</link>
      <description>&lt;P&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/215600"&gt;@DanPatterson&lt;/a&gt;&amp;nbsp;thank you for the reply. The polygons did come from a raster conversion, they are two different land cover types, specifically the edges of each land cover. I am only interested in the areas where those to edges converge. The remaining polygons (edges) I want to delete. Do you know of a simple way to do this?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 15:17:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/gp-tool-to-remove-polygons-that-do-not-touch/m-p/1383394#M78964</guid>
      <dc:creator>Lebowski</dc:creator>
      <dc:date>2024-02-16T15:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: GP Tool to Remove Polygons that do not touch</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/gp-tool-to-remove-polygons-that-do-not-touch/m-p/1383431#M78973</link>
      <description>&lt;P&gt;I am just quickly thinking along the raster lines now.&lt;/P&gt;&lt;P&gt;A 'focalstatistics' with the 'variety' option.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you only have 2 classes, then edges that meet should have a variety of 2.&amp;nbsp; you could remove cells that have single class, regardless what is.&amp;nbsp; So if you ran the focal variety and just did a query on that for cells with a variety &amp;gt; 1, you should have your edges.&amp;nbsp; (but I have only had one coffee so far)&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 15:48:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/gp-tool-to-remove-polygons-that-do-not-touch/m-p/1383431#M78973</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2024-02-16T15:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: GP Tool to Remove Polygons that do not touch</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/gp-tool-to-remove-polygons-that-do-not-touch/m-p/1383603#M79006</link>
      <description>&lt;P&gt;Select by Location - Intersects, then invert selection and delete possibly.&amp;nbsp; It depends how your polygons are broken up and if you mean you want to keep the entire polygon if it touches the other layer at any point.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2024 19:52:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/gp-tool-to-remove-polygons-that-do-not-touch/m-p/1383603#M79006</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2024-02-16T19:52:06Z</dc:date>
    </item>
  </channel>
</rss>

