<?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 Arcpy solution for selecting polygons of certain size and merging with larges surrounding polygon in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/arcpy-solution-for-selecting-polygons-of-certain/m-p/588151#M46098</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I am working on a school project where I have taken a 10m DEM, derived aspect, reclassified, and converted to polygons (9 classes in a Gridcode field). I now need to select areas less than 1.0 acre in size (i can currently do this using python), and then merge these selected polygons with either the polygon surrounding or adjacent to. This is the step i am struggling with a script for. any direction wouold be greatly appreciated. Basically i need to remove polygons less than one acre and merge them in with the larger surrounding polygon. #arcpy #python&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/329579_Capture.JPG" style="width: 620px; height: 330px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 25 Feb 2017 01:11:49 GMT</pubDate>
    <dc:creator>MikeEichorn</dc:creator>
    <dc:date>2017-02-25T01:11:49Z</dc:date>
    <item>
      <title>Arcpy solution for selecting polygons of certain size and merging with larges surrounding polygon</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-solution-for-selecting-polygons-of-certain/m-p/588151#M46098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, I am working on a school project where I have taken a 10m DEM, derived aspect, reclassified, and converted to polygons (9 classes in a Gridcode field). I now need to select areas less than 1.0 acre in size (i can currently do this using python), and then merge these selected polygons with either the polygon surrounding or adjacent to. This is the step i am struggling with a script for. any direction wouold be greatly appreciated. Basically i need to remove polygons less than one acre and merge them in with the larger surrounding polygon. #arcpy #python&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/329579_Capture.JPG" style="width: 620px; height: 330px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 01:11:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-solution-for-selecting-polygons-of-certain/m-p/588151#M46098</guid>
      <dc:creator>MikeEichorn</dc:creator>
      <dc:date>2017-02-25T01:11:49Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy solution for selecting polygons of certain size and merging with larges surrounding polygon</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-solution-for-selecting-polygons-of-certain/m-p/588152#M46099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The name might not be intuitive, but what you want is the &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/coverage-toolbox/eliminate.htm"&gt;Eliminate&lt;/A&gt; tool.&amp;nbsp; You can merge with neighboring polygons based on area or length of shared border.&amp;nbsp; The Eliminate tool does require an advanced license, though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 02:56:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-solution-for-selecting-polygons-of-certain/m-p/588152#M46099</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2017-02-25T02:56:48Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy solution for selecting polygons of certain size and merging with larges surrounding polygon</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-solution-for-selecting-polygons-of-certain/m-p/588153#M46100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Joshua, i will give it a go.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 02:59:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-solution-for-selecting-polygons-of-certain/m-p/588153#M46100</guid>
      <dc:creator>MikeEichorn</dc:creator>
      <dc:date>2017-02-25T02:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy solution for selecting polygons of certain size and merging with larges surrounding polygon</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-solution-for-selecting-polygons-of-certain/m-p/588154#M46101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And while it was still in raster form you could have done some cleaning with the SA/Generalisation toolbox.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/an-overview-of-the-generalization-tools.htm" title="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/an-overview-of-the-generalization-tools.htm"&gt;An overview of the Generalization toolset—Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Feb 2017 10:05:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-solution-for-selecting-polygons-of-certain/m-p/588154#M46101</guid>
      <dc:creator>NeilAyres</dc:creator>
      <dc:date>2017-02-25T10:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Arcpy solution for selecting polygons of certain size and merging with larges surrounding polygon</title>
      <link>https://community.esri.com/t5/python-questions/arcpy-solution-for-selecting-polygons-of-certain/m-p/588155#M46102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Neil points out, this process can be accomplished using Regiongroup, a query to select all zones that are less than your threshold size, set those to null, then use Nibble to fill in the void using values from the surrounding zones in a more-or-less equal fashion&amp;nbsp; The specific link within Neil's link is &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/generalizing-zones-with-nibble-shrink-and-expand.htm"&gt;here (... generalizing-zones-with-nibble ...)&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Mar 2017 03:14:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/arcpy-solution-for-selecting-polygons-of-certain/m-p/588155#M46102</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2017-03-08T03:14:46Z</dc:date>
    </item>
  </channel>
</rss>

