<?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: Dissolve to largest in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/dissolve-to-largest/m-p/396346#M13491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think that could do the trick. The only thing that I can't figure out is how to execute the merge based on the first feature. The only merge options I can find work with multiple datasets instead of the features in a single dataset. I can't find any useable options in the environments as well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Feb 2013 06:15:16 GMT</pubDate>
    <dc:creator>MarcelGlasbergen1</dc:creator>
    <dc:date>2013-02-28T06:15:16Z</dc:date>
    <item>
      <title>Dissolve to largest</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/dissolve-to-largest/m-p/396344#M13489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I would like to be able to do a Dissolve (which is quite easy ny itself) based on a singe attribute, but I want to dissolve the features to the largest adjacent polygon and retain all its attributes. In ArcView 3.3 there used to be a tool that could do so (Dissolve Adjacent Polygons), but I can't find anything useable for ArcGIS. Before I try to figure out how the ArcView tool works and translate it to VBA or Python, does anyone know if I'm overlooking a ArcGIS tool that does something similar?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 05:55:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/dissolve-to-largest/m-p/396344#M13489</guid>
      <dc:creator>MarcelGlasbergen1</dc:creator>
      <dc:date>2013-02-27T05:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dissolve to largest</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/dissolve-to-largest/m-p/396345#M13490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;An approach I can think of is this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt; Dissolve your input by your single attribute&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt; Run an Identity_analysis of your input against the dissolved output.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt; Sort (the tool, not just in table view) the identity output table by dissolvepolyID and area&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt; Merge this sorted table using FIRST for your attributes. Use the field map control to name the output fields as you need to.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt; Join this result to your dissolve output table by dissolvepolyID&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Feb 2013 22:18:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/dissolve-to-largest/m-p/396345#M13490</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2013-02-27T22:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dissolve to largest</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/dissolve-to-largest/m-p/396346#M13491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think that could do the trick. The only thing that I can't figure out is how to execute the merge based on the first feature. The only merge options I can find work with multiple datasets instead of the features in a single dataset. I can't find any useable options in the environments as well.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 06:15:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/dissolve-to-largest/m-p/396346#M13491</guid>
      <dc:creator>MarcelGlasbergen1</dc:creator>
      <dc:date>2013-02-28T06:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dissolve to largest</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/dissolve-to-largest/m-p/396347#M13492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I think that could do the trick. The only thing that I can't figure out is how to execute the merge based on the first feature. The only merge options I can find work with multiple datasets instead of the features in a single dataset. I can't find any useable options in the environments as well.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry, I was wrong about the Merge tool in step 4. The field mappings work across one row at a time, not across multiple rows. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The tool you need to use instead of Merge is Summary Statistics (Statistics_analysis), specifying LAST for each field of interest (after the sort, LAST is the one with largest area) and dissolvepolyID as a case_field.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Feb 2013 15:09:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/dissolve-to-largest/m-p/396347#M13492</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2013-02-28T15:09:08Z</dc:date>
    </item>
  </channel>
</rss>

