<?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 Cluster Polygons in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/cluster-polygons/m-p/546456#M18133</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you're all well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm hoping someone can advise me here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have are polygons with values in a sum field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm trying to do is group these polygons to their adjacent/nearest polygons but I don't want the sum of the grouped/merged polygons to exceed 32.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if one polygon had a value of 16 &amp;amp; the second a value of 8, then it will be ok to merge, however if the polys had a value of 17 each then as this exceeds 32 then it shouldn't merge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not all my polygons are touching each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do this? If so any guidance on how this may be achieved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using ArcGIS 10.1 Basic (Editer?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help guys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Jul 2014 15:08:00 GMT</pubDate>
    <dc:creator>SukhRehal</dc:creator>
    <dc:date>2014-07-21T15:08:00Z</dc:date>
    <item>
      <title>Cluster Polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/cluster-polygons/m-p/546456#M18133</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you're all well?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm hoping someone can advise me here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I have are polygons with values in a sum field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I'm trying to do is group these polygons to their adjacent/nearest polygons but I don't want the sum of the grouped/merged polygons to exceed 32.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if one polygon had a value of 16 &amp;amp; the second a value of 8, then it will be ok to merge, however if the polys had a value of 17 each then as this exceeds 32 then it shouldn't merge.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Not all my polygons are touching each other.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to do this? If so any guidance on how this may be achieved?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm using ArcGIS 10.1 Basic (Editer?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your help guys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 15:08:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/cluster-polygons/m-p/546456#M18133</guid>
      <dc:creator>SukhRehal</dc:creator>
      <dc:date>2014-07-21T15:08:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster Polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/cluster-polygons/m-p/546457#M18134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are not tools to do this especially given your maximum sum of 32...there would be a number of ways to cluster the polygons by sum but what rule set are you going to use to control the spatial merge? or is that even important.&amp;nbsp; This would have to be coded, so you will have to establish and articulate the rule set that you wish to use to accomplish this task..&amp;nbsp;&amp;nbsp; Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 15:19:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/cluster-polygons/m-p/546457#M18134</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2014-07-21T15:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Cluster Polygons</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/cluster-polygons/m-p/546458#M18135</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At the moment I wasn't really looking at the rules of the spatial merge. I was thinking only about adjacent polygons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So a start polygon will look at it's adjacent polygons and if they can merge based on the sum being &amp;lt;32 then they merge otherwise it doesn't. Basically something like a continuous loop of each polygon doing this until it's not possible to make more merges.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I figured some sort of coding would be needed. That's definitely something I need to learn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Jul 2014 15:43:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/cluster-polygons/m-p/546458#M18135</guid>
      <dc:creator>SukhRehal</dc:creator>
      <dc:date>2014-07-21T15:43:21Z</dc:date>
    </item>
  </channel>
</rss>

