<?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: Merging polygons that are close together in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/merging-polygons-that-are-close-together/m-p/142206#M4849</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Michael,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; You could run the buffer tool with a 1 meter distance, and dissolve all option. then buffer again at -1 meter to shrink the overall extent. Of course, if the 1 meter increase does not matter for your analysis, leave them as the first result. There will be some small distortion due to the buffer out and in, but probably not too much, unless your polygons are quite convoluted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 May 2014 12:46:25 GMT</pubDate>
    <dc:creator>JimCousins</dc:creator>
    <dc:date>2014-05-14T12:46:25Z</dc:date>
    <item>
      <title>Merging polygons that are close together</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/merging-polygons-that-are-close-together/m-p/142205#M4848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a polygon shapefile of grassland habitat. At present there are just over 1000 polygons. However this is an over-representation. What I wish to do is to merge the polygons that are close together (within 1 metre of each other) so the register as just one polygon in the attribute table. Can anyone advise how I can achieve this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Michael&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 06:37:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/merging-polygons-that-are-close-together/m-p/142205#M4848</guid>
      <dc:creator>MTGIS</dc:creator>
      <dc:date>2014-05-14T06:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Merging polygons that are close together</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/merging-polygons-that-are-close-together/m-p/142206#M4849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Michael,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; You could run the buffer tool with a 1 meter distance, and dissolve all option. then buffer again at -1 meter to shrink the overall extent. Of course, if the 1 meter increase does not matter for your analysis, leave them as the first result. There will be some small distortion due to the buffer out and in, but probably not too much, unless your polygons are quite convoluted.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 12:46:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/merging-polygons-that-are-close-together/m-p/142206#M4849</guid>
      <dc:creator>JimCousins</dc:creator>
      <dc:date>2014-05-14T12:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Merging polygons that are close together</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/merging-polygons-that-are-close-together/m-p/142207#M4850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Jim. That was actually one idea I had. It does indeed work, but as you mention it does generate a bit of distortion, so I thought there may be a better way. I think what I may need is the aggregate tool, but I don't have the license for that unfortunately.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, Michael&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 13:38:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/merging-polygons-that-are-close-together/m-p/142207#M4850</guid>
      <dc:creator>MTGIS</dc:creator>
      <dc:date>2014-05-14T13:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Merging polygons that are close together</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/merging-polygons-that-are-close-together/m-p/142208#M4851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;1. Perform the Buffer with a .5 meter width (so that 2 separate shapes will just touch at 1 meter) and the Dissolve List option using whatever fields you want to retain in your analysis.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Use the Multipart to Singlepart tool on the buffers.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Add a long field to the Buffers and Calculate the ObjectID values of the buffers into it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. Spatial Join the original shapes to the Buffer.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;5. Dissolve the spatially joined shapes on the fields you want to retain in your analysis plus the field you added to the buffer holding the buffer ObjectID values using the multipart option.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The resulting shapes will be exactly the same as the original shapes, except that they will be merged together to form a multipart feature only where they share the fields you want to analyze and are within 1 meter of each other.&amp;nbsp; The Dissolve on fields you want to retain for your analysis will still form separate features where they are more than 1 meter apart.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 14:11:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/merging-polygons-that-are-close-together/m-p/142208#M4851</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2014-05-14T14:11:03Z</dc:date>
    </item>
    <item>
      <title>Re: Merging polygons that are close together</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/merging-polygons-that-are-close-together/m-p/142209#M4852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you have Advaced license, you can try the Aggregate Polygons tool (Cartography Toolbox - Generalization toolset).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 20:18:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/merging-polygons-that-are-close-together/m-p/142209#M4852</guid>
      <dc:creator>DanLee</dc:creator>
      <dc:date>2014-06-10T20:18:22Z</dc:date>
    </item>
  </channel>
</rss>

