<?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 merge polygons in the same layer in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/merge-polygons-in-the-same-layer/m-p/502435#M39466</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;sombody help me&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to merge polygons in the same layer with the merge option tool bar editor based on the value of a field, looking through a cycle throughout the layer merge polygons&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Jan 2014 17:20:41 GMT</pubDate>
    <dc:creator>luistovar_venegas</dc:creator>
    <dc:date>2014-01-16T17:20:41Z</dc:date>
    <item>
      <title>merge polygons in the same layer</title>
      <link>https://community.esri.com/t5/python-questions/merge-polygons-in-the-same-layer/m-p/502435#M39466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;sombody help me&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I need to merge polygons in the same layer with the merge option tool bar editor based on the value of a field, looking through a cycle throughout the layer merge polygons&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 17:20:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/merge-polygons-in-the-same-layer/m-p/502435#M39466</guid>
      <dc:creator>luistovar_venegas</dc:creator>
      <dc:date>2014-01-16T17:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: merge polygons in the same layer</title>
      <link>https://community.esri.com/t5/python-questions/merge-polygons-in-the-same-layer/m-p/502436#M39467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I do not belive one can do that through python. The Merge command on the Editor toolbar isn't accessible.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You would need a complex workaround; something like&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;0. identify the polygons you want to merge&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1. create a layer with the identified polygons (the ones you want to merge)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. run Dissolve_management on the layer (this makes a new output FC with the dissolved polygon)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. delete the features in the layer you created in step 1 (which removes them from the FC)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. append the output FC (with the dissolved polygon) to your original FC&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Rinse, repeat&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you sure a dissolve of the whole FC on one or more fields wouldn't do what you want?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 18:23:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/merge-polygons-in-the-same-layer/m-p/502436#M39467</guid>
      <dc:creator>markdenil</dc:creator>
      <dc:date>2014-01-16T18:23:14Z</dc:date>
    </item>
  </channel>
</rss>

