<?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: How To Turn A Grid Polygon Into Single Polygon in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-turn-a-grid-polygon-into-single-polygon/m-p/642244#M28571</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So this works perfectly when I run the tool manually in Pro, but when I export it as a python script from the geoprocessing&amp;nbsp;&lt;SPAN&gt;history&lt;/SPAN&gt; and run it, it outputs the dissolved outline. I've tried changing the parameters and it's still just making the outline:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;analysis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Buffer&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;fc&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; grid_buffer_dissolve&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"-0.01 Feet"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"NONE"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; None&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"PLANAR"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to script this to dissolve thousands of these and append them to a single feature class.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Jul 2020 23:34:21 GMT</pubDate>
    <dc:creator>LeviCecil</dc:creator>
    <dc:date>2020-07-29T23:34:21Z</dc:date>
    <item>
      <title>How To Turn A Grid Polygon Into Single Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-turn-a-grid-polygon-into-single-polygon/m-p/642238#M28565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tessellated hexagon grid polygons that have multiple rows for each grid cell. I need to dissolve these into a single feature with all the grid lines intact that has the original grid cell count in a new field. When I try to dissolve, I just get the outline of the grids. I've tried adding a common ID field and dissolving on that, but no matter what, I get the outline. Is this possible with vector analysis? I'd like to avoid converting to raster if at all possible. I've encountered weird&amp;nbsp;warping of lines when I try to go from polygon to raster and back again.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Before:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/501580_ainsworth_grid3.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;After:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="" class="jive-emoji jive-image image-2 j-img-original" src="https://community.esri.com/legacyfs/online/501617_ainsworth_grid4.PNG" /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2020 22:53:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-turn-a-grid-polygon-into-single-polygon/m-p/642238#M28565</guid>
      <dc:creator>LeviCecil</dc:creator>
      <dc:date>2020-07-28T22:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: How To Turn A Grid Polygon Into Single Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-turn-a-grid-polygon-into-single-polygon/m-p/642239#M28566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Levi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe try a negative buffer using a very small value and then perform the&amp;nbsp;dissolve or merge?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2020 23:03:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-turn-a-grid-polygon-into-single-polygon/m-p/642239#M28566</guid>
      <dc:creator>Scott_Harris</dc:creator>
      <dc:date>2020-07-28T23:03:54Z</dc:date>
    </item>
    <item>
      <title>Re: How To Turn A Grid Polygon Into Single Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-turn-a-grid-polygon-into-single-polygon/m-p/642240#M28567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds good. Could you elaborate? Thanks!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2020 20:18:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-turn-a-grid-polygon-into-single-polygon/m-p/642240#M28567</guid>
      <dc:creator>LeviCecil</dc:creator>
      <dc:date>2020-07-29T20:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: How To Turn A Grid Polygon Into Single Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-turn-a-grid-polygon-into-single-polygon/m-p/642241#M28568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What Scott is saying is that contiguous features can't be multipart, you would have to make them non-contiguous by some method then merge them.&amp;nbsp; The negative buffer would work, but how it will cope with keeping them as hexagons I'm not sure.&amp;nbsp; I'm also not sure what delights a FLAT as opposed to ROUND negative buffer would produce.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2020 20:39:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-turn-a-grid-polygon-into-single-polygon/m-p/642241#M28568</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-07-29T20:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: How To Turn A Grid Polygon Into Single Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-turn-a-grid-polygon-into-single-polygon/m-p/642242#M28569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yep, David is right. That's what I meant. Sorry I didn't explain further. It seems like a small negative buffer would work:&lt;/P&gt;&lt;P&gt;Before:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-2 jive-image" src="https://community.esri.com/legacyfs/online/501761_pastedImage_2.png" /&gt;&lt;/P&gt;&lt;P&gt;After the buffer and zoomed in:&lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/501760_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When merged or dissolved, they end&amp;nbsp;as a single non-contiguous multipart feature, which is I think what you want. Just experiment with the parameters until you get what you want.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2020 20:49:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-turn-a-grid-polygon-into-single-polygon/m-p/642242#M28569</guid>
      <dc:creator>Scott_Harris</dc:creator>
      <dc:date>2020-07-29T20:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: How To Turn A Grid Polygon Into Single Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-turn-a-grid-polygon-into-single-polygon/m-p/642243#M28570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah, OK. Thanks!&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2020 20:58:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-turn-a-grid-polygon-into-single-polygon/m-p/642243#M28570</guid>
      <dc:creator>LeviCecil</dc:creator>
      <dc:date>2020-07-29T20:58:10Z</dc:date>
    </item>
    <item>
      <title>Re: How To Turn A Grid Polygon Into Single Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-turn-a-grid-polygon-into-single-polygon/m-p/642244#M28571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So this works perfectly when I run the tool manually in Pro, but when I export it as a python script from the geoprocessing&amp;nbsp;&lt;SPAN&gt;history&lt;/SPAN&gt; and run it, it outputs the dissolved outline. I've tried changing the parameters and it's still just making the outline:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="language-python line-numbers"&gt;&lt;CODE&gt;arcpy&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;analysis&lt;SPAN class="punctuation token"&gt;.&lt;/SPAN&gt;Buffer&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;fc&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; grid_buffer_dissolve&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"-0.01 Feet"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;""&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"NONE"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; None&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"PLANAR"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to script this to dissolve thousands of these and append them to a single feature class.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2020 23:34:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-turn-a-grid-polygon-into-single-polygon/m-p/642244#M28571</guid>
      <dc:creator>LeviCecil</dc:creator>
      <dc:date>2020-07-29T23:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: How To Turn A Grid Polygon Into Single Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-turn-a-grid-polygon-into-single-polygon/m-p/642245#M28572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;worked fine for me on the command line.&amp;nbsp; you sure you have the inputs set correctly for your fc and grid_buffer_dissolve variables?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, what are you trying to do?&amp;nbsp; Wouldn't it be easier just to use&amp;nbsp;arcpy.management.GetCount(fc) to get a count of cells for each featureclass and just script that instead?&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2020 00:44:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-turn-a-grid-polygon-into-single-polygon/m-p/642245#M28572</guid>
      <dc:creator>RockyRudolph</dc:creator>
      <dc:date>2020-07-30T00:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: How To Turn A Grid Polygon Into Single Polygon</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/how-to-turn-a-grid-polygon-into-single-polygon/m-p/642246#M28573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am getting the count that way. I just figured out the issue. I still had a dissolve tool in my script right after the buffer tool that I forgot to delete. Facepalm.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks guys!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="jive-emoji image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/501884_ainsworth_grid5.PNG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2020 17:33:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/how-to-turn-a-grid-polygon-into-single-polygon/m-p/642246#M28573</guid>
      <dc:creator>LeviCecil</dc:creator>
      <dc:date>2020-07-30T17:33:26Z</dc:date>
    </item>
  </channel>
</rss>

