<?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: Create multipart polygon from single part polygon based on proximity in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/create-multipart-polygon-from-single-part-polygon/m-p/403191#M13667</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are down with Python, this code will assign a unique ID to the features that are within a given distance of each other. It relies on a recursive SelectByLocation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Jan 2012 15:29:13 GMT</pubDate>
    <dc:creator>ChrisSnyder</dc:creator>
    <dc:date>2012-01-09T15:29:13Z</dc:date>
    <item>
      <title>Create multipart polygon from single part polygon based on proximity</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-multipart-polygon-from-single-part-polygon/m-p/403188#M13664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a feature class with a bunch of single part polygons. Some of these polygons are within .25 miles of each other. I need to create a multipart polygon for each group of polygons that is within .25 miles of each other. Is there a means for automating this process?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 16:36:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-multipart-polygon-from-single-part-polygon/m-p/403188#M13664</guid>
      <dc:creator>beckycrosswhite1</dc:creator>
      <dc:date>2012-01-06T16:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: Create multipart polygon from single part polygon based on proximity</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-multipart-polygon-from-single-part-polygon/m-p/403189#M13665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can try the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Use the Aggregte Polygons tool (Cartography - Generalization) with a distance tolerance to get aggregated polygons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Use the Spatial Join or Intersect tool to associate the aggregated polygon IDs with their input polygons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Use the Dissolve tool to dissolve the input polygons by the aggregated polygon IDs (check Create Multipart).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope that works for you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 17:20:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-multipart-polygon-from-single-part-polygon/m-p/403189#M13665</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2012-01-06T17:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: Create multipart polygon from single part polygon based on proximity</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-multipart-polygon-from-single-part-polygon/m-p/403190#M13666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Note that Aggregate (Cartography) &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00700000000s000000"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00700000000s000000&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;requires an ArcInfo license of ArcMap&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 18:01:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-multipart-polygon-from-single-part-polygon/m-p/403190#M13666</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2012-01-06T18:01:53Z</dc:date>
    </item>
    <item>
      <title>Re: Create multipart polygon from single part polygon based on proximity</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-multipart-polygon-from-single-part-polygon/m-p/403191#M13667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you are down with Python, this code will assign a unique ID to the features that are within a given distance of each other. It relies on a recursive SelectByLocation.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jan 2012 15:29:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-multipart-polygon-from-single-part-polygon/m-p/403191#M13667</guid>
      <dc:creator>ChrisSnyder</dc:creator>
      <dc:date>2012-01-09T15:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Create multipart polygon from single part polygon based on proximity</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/create-multipart-polygon-from-single-part-polygon/m-p/403192#M13668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've been playing with this idea and I've come up with another way to do it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First, use Feature To Line tool, then feed the result from that through the Feature To Polygon tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you lose any attributes along the way, you can restore them by selecting attribute by location from the original data layer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Worked for me. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 11:48:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/create-multipart-polygon-from-single-part-polygon/m-p/403192#M13668</guid>
      <dc:creator>CliveCartwright</dc:creator>
      <dc:date>2014-06-13T11:48:02Z</dc:date>
    </item>
  </channel>
</rss>

