<?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: Merge close but non-contiguous polygons in the same feature layer in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/merge-close-but-non-contiguous-polygons-in-the/m-p/1155385#M53011</link>
    <description>&lt;P&gt;Let's see if these steps work for you.&lt;/P&gt;&lt;P&gt;1. Start with &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/cartography/aggregate-polygons.htm" target="_self"&gt;Aggregate Polygons&lt;/A&gt;. Aggregation Distance = 100 feet (as per your example).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_0-1647635444704.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36751i010DBBC83B8C896C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_0-1647635444704.png" alt="JayantaPoddar_0-1647635444704.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. Execute a &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/spatial-join.htm" target="_self"&gt;Spatial Join&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Target Features = Parcel layer&lt;/P&gt;&lt;P&gt;Join Features = Aggregate Polygons Output layer&lt;/P&gt;&lt;P&gt;Match Option = Largest overlap (or) Intersect&lt;/P&gt;&lt;P&gt;*Consider adding an "ID" field to capture the value of Join_Features' OBJECTID (if required).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_2-1647636731013.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36753i18E46336A5A19D4D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_2-1647636731013.png" alt="JayantaPoddar_2-1647636731013.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/dissolve.htm" target="_self"&gt;Dissolve&lt;/A&gt; the output layer of the spatial join, using the "ID" field.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_3-1647636989668.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36755i6FBFE050DC2DB880/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_3-1647636989668.png" alt="JayantaPoddar_3-1647636989668.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 18 Mar 2022 20:57:50 GMT</pubDate>
    <dc:creator>JayantaPoddar</dc:creator>
    <dc:date>2022-03-18T20:57:50Z</dc:date>
    <item>
      <title>Merge close but non-contiguous polygons in the same feature layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/merge-close-but-non-contiguous-polygons-in-the/m-p/1155312#M53007</link>
      <description>&lt;P&gt;I would like to merge polygons that are close to one another but do not share a common boundary (see screen capture). I have tried 'dissolve' with and without multipart features checked, and 'dissolve boundaries', and using merge in the edit toolbar but nothing has worked.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am looking for something like 'dissolve if not further than 100 feet' or something like that. The aggregate polygons tool looks promising but it creates all these additional shapes. You can see from the attribute table that there is only one entry for all of the polygons which is confusing to me - is this a multipart shape? Thank you for any ideas.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 19:31:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/merge-close-but-non-contiguous-polygons-in-the/m-p/1155312#M53007</guid>
      <dc:creator>Hope-Hauptman</dc:creator>
      <dc:date>2022-03-18T19:31:41Z</dc:date>
    </item>
    <item>
      <title>Re: Merge close but non-contiguous polygons in the same feature layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/merge-close-but-non-contiguous-polygons-in-the/m-p/1155346#M53008</link>
      <description>&lt;P&gt;Merging selected features in the editor toolbar would create multipart features as per your screenshot.&amp;nbsp;&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/2.8/tool-reference/data-management/integrate.htm" target="_blank"&gt;Integrate (Data Management)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;might work but it's not ideal, be very aware of the caveat 'will modify input data' so ensure you are in an edit session to undo, or have a backup/copy of your data or subset for testing.&lt;/P&gt;&lt;P&gt;I've not used it, but&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/2.8/tool-reference/cartography/aggregate-polygons.htm" target="_blank"&gt;Aggregate Polygons (Cartography)—ArcGIS Pro | Documentation&lt;/A&gt;&amp;nbsp;looks very promising if you have an advanced license.&amp;nbsp; I think any method you try will take some time and fine-tuning and will need manual cleanup/intervention regardless.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 19:06:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/merge-close-but-non-contiguous-polygons-in-the/m-p/1155346#M53008</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2022-03-18T19:06:25Z</dc:date>
    </item>
    <item>
      <title>Re: Merge close but non-contiguous polygons in the same feature layer</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/merge-close-but-non-contiguous-polygons-in-the/m-p/1155385#M53011</link>
      <description>&lt;P&gt;Let's see if these steps work for you.&lt;/P&gt;&lt;P&gt;1. Start with &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/cartography/aggregate-polygons.htm" target="_self"&gt;Aggregate Polygons&lt;/A&gt;. Aggregation Distance = 100 feet (as per your example).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_0-1647635444704.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36751i010DBBC83B8C896C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_0-1647635444704.png" alt="JayantaPoddar_0-1647635444704.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2. Execute a &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/analysis/spatial-join.htm" target="_self"&gt;Spatial Join&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Target Features = Parcel layer&lt;/P&gt;&lt;P&gt;Join Features = Aggregate Polygons Output layer&lt;/P&gt;&lt;P&gt;Match Option = Largest overlap (or) Intersect&lt;/P&gt;&lt;P&gt;*Consider adding an "ID" field to capture the value of Join_Features' OBJECTID (if required).&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_2-1647636731013.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36753i18E46336A5A19D4D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_2-1647636731013.png" alt="JayantaPoddar_2-1647636731013.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;3. &lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/dissolve.htm" target="_self"&gt;Dissolve&lt;/A&gt; the output layer of the spatial join, using the "ID" field.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="JayantaPoddar_3-1647636989668.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/36755i6FBFE050DC2DB880/image-size/medium?v=v2&amp;amp;px=400" role="button" title="JayantaPoddar_3-1647636989668.png" alt="JayantaPoddar_3-1647636989668.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 20:57:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/merge-close-but-non-contiguous-polygons-in-the/m-p/1155385#M53011</guid>
      <dc:creator>JayantaPoddar</dc:creator>
      <dc:date>2022-03-18T20:57:50Z</dc:date>
    </item>
  </channel>
</rss>

