<?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: problems with DISSOLVE function when aggregating NEIGHBOUR POLYGONS in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93752#M3211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What is the name of the tool you are using ?? I'm using ArcGis 10 and the tool is called Aggregate Polygons. Is it the same one as yours ??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Sep 2013 21:07:53 GMT</pubDate>
    <dc:creator>ElenaLopez</dc:creator>
    <dc:date>2013-09-18T21:07:53Z</dc:date>
    <item>
      <title>problems with DISSOLVE function when aggregating NEIGHBOUR POLYGONS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93745#M3204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: ElenaLZ&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hello everyone, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have problems with the dissolve function. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a shapefile with multiple polygons, some are together and some are not. I want to use the dissolve function to create a new polygon shapefile where all adjacent polygons are aggregated into bigger polygons. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I use the dissolve function it doesn't dissolve those polygons that only share a point with their neighbours. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A portion of my shapefile &lt;/SPAN&gt;&lt;STRONG&gt;before&lt;/STRONG&gt;&lt;SPAN&gt; the dissolve:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]27560[/ATTACH] &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;and &lt;/SPAN&gt;&lt;STRONG&gt;after&lt;/STRONG&gt;&lt;SPAN&gt; the dissolve &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]27561[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think that the dissolve function doesn't understand that these polygons are also neighbours and, so, it creates two different polygons. Is there a way I can tell the dissolve function that those polygons are also neighbours? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help will be much appreciated. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 20:01:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93745#M3204</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-09-18T20:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: problems with DISSOLVE function when aggregating NEIGHBOUR POLYGONS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93746#M3205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do you happen to have a field that they have in common?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't know how you are currently letting the tool know which is a neighbor (and which is not), but I'm pretty sure it's looking for a common field that it can base the dissolve off of.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 20:18:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93746#M3205</guid>
      <dc:creator>ShikoNjuno</dc:creator>
      <dc:date>2013-09-18T20:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: problems with DISSOLVE function when aggregating NEIGHBOUR POLYGONS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93747#M3206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rfairhur24&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello everyone, &lt;BR /&gt;&lt;BR /&gt;I have problems with the dissolve function. &lt;BR /&gt;&lt;BR /&gt;I have a shapefile with multiple polygons, some are together and some are not. I want to use the dissolve function to create a new polygon shapefile where all adjacent polygons are aggregated into bigger polygons. &lt;BR /&gt;&lt;BR /&gt;When I use the dissolve function it doesn't dissolve those polygons that only share a point with their neighbours. &lt;BR /&gt;&lt;BR /&gt;A portion of my shapefile &lt;STRONG&gt;before&lt;/STRONG&gt; the dissolve:&lt;BR /&gt;[ATTACH=CONFIG]27560[/ATTACH] &lt;BR /&gt;&lt;BR /&gt;and &lt;STRONG&gt;after&lt;/STRONG&gt; the dissolve &lt;BR /&gt;[ATTACH=CONFIG]27561[/ATTACH]&lt;BR /&gt;&lt;BR /&gt;I think that the dissolve function doesn't understand that these polygons are also neighbours and, so, it creates two different polygons. Is there a way I can tell the dissolve function that those polygons are also neighbours? &lt;BR /&gt;&lt;BR /&gt;Any help will be much appreciated. &lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What is the "Dissolve function"?&amp;nbsp; Are you using the Dissolve tool?&amp;nbsp; If so, are you checking the create multi-part option?&amp;nbsp; What attributes are you using for the case fields, if any?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your illustration does not make clear what your problem is.&amp;nbsp; I would want the 2 polygon result you showed, since the attributes indicated (1,and 2) should not dissolve together regardless of whether or not they touch.&amp;nbsp; If those numbers have nothing to do with the dissolve settings than they only confuse the issue.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Basically you cannot get what you want with a single dissolve if you have both touching and non-touching polygons that you want to keep separate at the end.&amp;nbsp; The multi-part option will make one feature whether or not the original polygons touch, and the single part option will never make polygons join together that touch at just a corner point.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So don't start with a Dissolve.&amp;nbsp; Start with the Buffer tool using an very small buffer to get what you consider to be touching to actually join together first (the buffer will make the touching point a touching polygon).&amp;nbsp; Make the Buffer tool do a dissolve on the attribute you will ultimately use in the Dissolve at the end.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then do a Spatial Join with the original polygons as the target and the Buffer polygons as the join features and use the One to Many option and keep all fields.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Select all features that match on your dissolve attribute from the case field(s).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Dissolve on the selection and include the JOIN_FID value derived from the Buffer as part of the dissolve case fields and the multi-part option.&amp;nbsp; The corner touching polygons will now be joined together, but not polygons with no touching points in common, because the non-touching polygons will have different buffer IDs.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 20:28:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93747#M3206</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-09-18T20:28:09Z</dc:date>
    </item>
    <item>
      <title>Re: problems with DISSOLVE function when aggregating NEIGHBOUR POLYGONS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93748#M3207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Shiko. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a shapefile with more than 30000 polygons, so I'm trying to find a way to do it automatically and not manually. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I could do it manually but I have to repeat the process several times (I have 100 different shapefiles), so, it could be great if I find a way to solve that. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The dissolve field is optional, and if you don't specify any, then it dissolves the adjacent polygons into bigger ones (just whay I want BUT it doesn't consider as a neighbour the polygons that only share a point with the other ones).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any additional idea ? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 20:31:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93748#M3207</guid>
      <dc:creator>ElenaLopez</dc:creator>
      <dc:date>2013-09-18T20:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: problems with DISSOLVE function when aggregating NEIGHBOUR POLYGONS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93749#M3208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: TKONG&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hello everyone, &lt;BR /&gt;&lt;BR /&gt;I have problems with the dissolve function. &lt;BR /&gt;&lt;BR /&gt;I have a shapefile with multiple polygons, some are together and some are not. I want to use the dissolve function to create a new polygon shapefile where all adjacent polygons are aggregated into bigger polygons. &lt;BR /&gt;&lt;BR /&gt;...&lt;BR /&gt;I think that the dissolve function doesn't understand that these polygons are also neighbours and, so, it creates two different polygons. Is there a way I can tell the dissolve function that those polygons are also neighbours? &lt;BR /&gt;&lt;BR /&gt;Any help will be much appreciated. &lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The Dissolve tool doesn't have more choices to indentify the neighbours, but the Aggregation tool can - just set up the distance between features is greater that feature class tolerance setting value.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 20:36:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93749#M3208</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-09-18T20:36:43Z</dc:date>
    </item>
    <item>
      <title>Re: problems with DISSOLVE function when aggregating NEIGHBOUR POLYGONS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93750#M3209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That was a good idea, but I don't know why it doesn't perform well. It keeps on creating two different polygons. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The weird thing is that when I calculate the distance to nearest polygon (Genereate Near Table Tool) you see that the distance between both polygons are 0 meters. Why does this happen ?? I mean ... if the distance between both polygons are 0m and I use the aggregation tool with an aggregation distance of 100m why it doesn't aggregate both polygons ??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any idea ??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 20:55:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93750#M3209</guid>
      <dc:creator>ElenaLopez</dc:creator>
      <dc:date>2013-09-18T20:55:07Z</dc:date>
    </item>
    <item>
      <title>Re: problems with DISSOLVE function when aggregating NEIGHBOUR POLYGONS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93751#M3210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: TKONG&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;That was a good idea, but I don't know why it doesn't perform well. It keeps on creating two different polygons. &lt;BR /&gt;&lt;BR /&gt;The weird thing is that when I calculate the distance to nearest polygon (Genereate Near Table Tool) you see that the distance between both polygons are 0 meters. Why does this happen ?? I mean ... if the distance between both polygons are 0m and I use the aggregation tool with an aggregation distance of 100m why it doesn't aggregate both polygons ??&lt;BR /&gt;&lt;BR /&gt;Any idea ??&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I had a chance to use Aggregation Tool to merge the polygons that distance is 0 (share one point) and it worked well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 21:00:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93751#M3210</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-09-18T21:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: problems with DISSOLVE function when aggregating NEIGHBOUR POLYGONS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93752#M3211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What is the name of the tool you are using ?? I'm using ArcGis 10 and the tool is called Aggregate Polygons. Is it the same one as yours ??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 21:07:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93752#M3211</guid>
      <dc:creator>ElenaLopez</dc:creator>
      <dc:date>2013-09-18T21:07:53Z</dc:date>
    </item>
    <item>
      <title>Re: problems with DISSOLVE function when aggregating NEIGHBOUR POLYGONS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93753#M3212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rfairhur24&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;What is the name of the tool you are using ?? I'm using ArcGis 10 and the tool is called Aggregate Polygons. Is it the same one as yours ??&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;There is a tool called Dissolve and the Aggregate Polygons tool technically is not the Dissolve function.&amp;nbsp; In any case, the Dissolve tool is the commonly used tool available for all license levels and the Aggregate Polygon tool is only available with an Advanced license, so I did not consider it likely to be the one you were using.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00700000000s000000"&gt;Aggregate Polygons Tool&lt;/A&gt;&lt;SPAN&gt; is slow and cannot use a case field to separate polygons based on attributes, so it has to be iterated to deal with attribute based aggregations (it also crashes ArcMap after about 600 iterations).&amp;nbsp; The &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//000800000019000000"&gt;Buffer Tool&lt;/A&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00080000000q000000"&gt;Spatial Join Tool&lt;/A&gt;&lt;SPAN&gt; and &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//00170000005n000000"&gt;Dissolve Tool&lt;/A&gt;&lt;SPAN&gt; are all very fast and observe case field attribute distinctions when creating shapes, so they can process everything in a single step and those are the tools I would use, especially since you do not seem to be eliminating enclosed holes in your output.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the Buffer I forgot to mention that after you created the buffers using the List option, you would then need to process that result through the &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Multipart_To_Singlepart/00170000003r000000/"&gt;Multipart to Singlepart Tool&lt;/A&gt;&lt;SPAN&gt; to separate non-touching buffers with the same attributes before applying the Spatial Join tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The Aggregate Polygons tool creates single part polygons.&amp;nbsp; To be a single part, a polygon can only have one contiguous enclosed area.&amp;nbsp; It is impossible to have area cross through just a single point, so to maintain single part polygons, two polygons have to be created.&amp;nbsp; With the Dissolve tool you have the option of specifying if you want singlepart or multipart features, but it follows the same rule for single part polygons.&amp;nbsp; So my method tricks ArcMap into creating a hybrid multipart polygon that requires that the polygons must at least touch at a point, which normally is not required by multipart features.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 21:26:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93753#M3212</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-09-18T21:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: problems with DISSOLVE function when aggregating NEIGHBOUR POLYGONS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93754#M3213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Here is the model I ran and a test set of data.&amp;nbsp; The screenshots got a little out of order.&amp;nbsp; The first screenshot is the model.&amp;nbsp; The third screenshot shows the input polygons (CornerTouch layer shown).&amp;nbsp; The second screenshot shows the 1 foot buffer distance output which creates a single shape (MapBuffer layer shown).&amp;nbsp; Then after using the multipart to single part tool and the Spatial Join tool (MapBuffer2 layer and MapParcels layers respectively, not shown) I used the Dissolve tool (4th screenshot with MapDissolve layer shown) to achieve the final result.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The central green polygon in the MapDissolve layer is one multipart polygon feature that contains 3 polygon parts that only touch each other at a single point.&amp;nbsp; The other two shapes are separate single part polygon features because they do not touch any other polygon at even a point.&amp;nbsp; The final output has no buffer, so it is a pure dissolve of the original input shapes.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 22:57:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93754#M3213</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2013-09-18T22:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: problems with DISSOLVE function when aggregating NEIGHBOUR POLYGONS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93755#M3214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rfairhur24&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is a screenshot showing the buffer output as compared to the final output.&amp;nbsp; Just to prove that the final multipart polygon only has each part touching at a point but has the parts joined together in the same way that the buffer overlap joined the polygons.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Although in this particular case all of the polygons shared the same attributes and therefore dissolved together as long as they touched at a point or along a boundary, I could have done this with a larger set of features and used a case field that would have limited the dissolve to polygons that shared the same case attributes as well as touched at a point or along a boundary line.&amp;nbsp; The model I have constructed would complete much faster than an Iterator used with the Aggregate Polygons tool (by a factor of about 10 times faster) and it would not be as likely to crash ArcMap.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Sep 2013 23:10:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93755#M3214</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-09-18T23:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: problems with DISSOLVE function when aggregating NEIGHBOUR POLYGONS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93756#M3215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: ElenaLZ&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Your methodology seems to work rfairhur24 but I have few questions about it and I would really appreciate your help !!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. You said: "Make the Buffer tool do a dissolve on the attribute you will ultimately use in the Dissolve at the end." What does it mean? In your example, which was the attribute ?? Was it the Shape Area ?? All polygons had different areas ... so how did it perform the dissolve function ?? &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem I have is that I don't want to create a dissolve field since I have a shapefile with more than 120000 polygons and it will take me a looooong time to do that. I would like to find a way the program dissolve all neighbour polygons. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2. What did you mean by "Select all features that match on your dissolve attribute from the case field(s)" ??&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried several times different things but it doesn't work with my data. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for you time and help !!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 20:02:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93756#M3215</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-09-24T20:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: problems with DISSOLVE function when aggregating NEIGHBOUR POLYGONS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93757#M3216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi everyone, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have found the solution, and here are the steps I have followed:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;0. Original Data: a shapefile with polygons (data.shp)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Create a &lt;/SPAN&gt;&lt;STRONG&gt;BUFFER&lt;/STRONG&gt;&lt;SPAN&gt; of small distance (name of the new shapefile: data_buffer.shp)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. &lt;/SPAN&gt;&lt;STRONG&gt;DISSOLVE&lt;/STRONG&gt;&lt;SPAN&gt; the new shapefile (&lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;unchecked create multipart features&lt;/SPAN&gt;&lt;SPAN&gt;) (name of the new shapefile: data_buffer_dissolve.shp)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Use the &lt;/SPAN&gt;&lt;STRONG&gt;INTERSECT &lt;/STRONG&gt;&lt;SPAN&gt;tool: intersect data.shp + data_buffer_dissolve.shp (name of the new shapefile: data_buffer_dissolve_intersect.shp)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4.&lt;/SPAN&gt;&lt;STRONG&gt; DISSOLVE&lt;/STRONG&gt;&lt;SPAN&gt; data_buffer_dissolve_intersect.shp. The dissolve field is the FID of data_buffer_dissolve.shp and &lt;/SPAN&gt;&lt;SPAN style="text-decoration:underline;"&gt;this time you do checked create multipart features&lt;/SPAN&gt;&lt;SPAN&gt;. Name of the final shapefile (data_def.shp) &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks rfairhur24 for suggesting using buffers to solve the problems !!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 21:08:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93757#M3216</guid>
      <dc:creator>ElenaLopez</dc:creator>
      <dc:date>2013-09-24T21:08:28Z</dc:date>
    </item>
    <item>
      <title>Re: problems with DISSOLVE function when aggregating NEIGHBOUR POLYGONS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93758#M3217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: rfairhur24&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi everyone, &lt;BR /&gt;&lt;BR /&gt;I have found the solution, and here are the steps I have followed:&lt;BR /&gt;&lt;BR /&gt;0. Original Data: a shapefile with polygons (data.shp)&lt;BR /&gt;&lt;BR /&gt;1. Create a &lt;STRONG&gt;BUFFER&lt;/STRONG&gt; of small distance (name of the new shapefile: data_buffer.shp)&lt;BR /&gt;2. &lt;STRONG&gt;DISSOLVE&lt;/STRONG&gt; the new shapefile (&lt;SPAN style="text-decoration:underline;"&gt;unchecked create multipart features&lt;/SPAN&gt;) (name of the new shapefile: data_buffer_dissolve.shp)&lt;BR /&gt;3. Use the &lt;STRONG&gt;INTERSECT &lt;/STRONG&gt;tool: intersect data.shp + data_buffer_dissolve.shp (name of the new shapefile: data_buffer_dissolve_intersect.shp)&lt;BR /&gt;4.&lt;STRONG&gt; DISSOLVE&lt;/STRONG&gt; data_buffer_dissolve_intersect.shp. The dissolve field is the FID of data_buffer_dissolve.shp and &lt;SPAN style="text-decoration:underline;"&gt;this time you do checked create multipart features&lt;/SPAN&gt;. Name of the final shapefile (data_def.shp) &lt;BR /&gt;&lt;BR /&gt;Thanks rfairhur24 for suggesting using buffers to solve the problems !!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In essence this is the same as what I suggested.&amp;nbsp; If you have only one grouping (i.e., there are no fields involved in step 1 to separate different buffers that are side by side), then you are correct that this is all you should need.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, if you have many different groups of parcels close together based on an attribute field of the original parcels that will form separate groupings, the buffer could interact with more than one parcel attribute group and the FID of the buffer could be larger than what you want.&amp;nbsp; So if a grouping attribute is involved I would add a step to select only the records where the case fields that grouped the buffers in step 1 matched the same group field from the intersecting parcels in step 3 before doing step 4.&amp;nbsp; Spatial Join or Intersect basically do the same thing in either case.&amp;nbsp; I just prefer Spatial Join because there are no sliver polygons to deal with.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 22:32:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93758#M3217</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2013-09-24T22:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: problems with DISSOLVE function when aggregating NEIGHBOUR POLYGONS</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93759#M3218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; Hi,&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;Your methodology seems to work&amp;nbsp;&amp;nbsp; &lt;SPAN style="color:&amp;quot;#FF0000&amp;quot;;"&gt;rfairhur24&lt;/SPAN&gt; but I have few questions about it and I would really appreciate your help !!&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;1. You said: "Make the Buffer tool do a dissolve on the attribute you will ultimately use in the Dissolve at the end." What does it mean? In your example, which was the attribute ?? Was it the Shape Area ?? All polygons had different areas ... so how did it perform the dissolve function ??&amp;nbsp;&amp;nbsp; &lt;BR /&gt;The problem I have is that I don't want to create a dissolve field since I have a shapefile with more than 120000 polygons and it will take me a looooong time to do that. I would like to find a way the program dissolve all neighbour polygons.&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;2. What did you mean by "Select all features that match on your dissolve attribute from the case field(s)" ??&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;I tried several times different things but it doesn't work with my data.&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt;Thank you for you time and help !!&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My Dissolve field was SUBDIV_NAME, but to keep my example simple it did not play a real role, since there was only one subdivision. However, in reality if I ran the tool I would process the 50,000 subdivision values through the process in my 3/4 million parcels. Most of the subdivisions would be right next to each other and I would not want them to bleed together even by the smallest buffer distance, so I added a step to keep the bleeding from occuring. In any case, I think you found that the time spent on dissolving 120000 polygons was less than you thought, and even if it took time, it got the job done.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Sep 2013 22:47:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/problems-with-dissolve-function-when-aggregating/m-p/93759#M3218</guid>
      <dc:creator>RichardFairhurst</dc:creator>
      <dc:date>2013-09-24T22:47:50Z</dc:date>
    </item>
  </channel>
</rss>

