<?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 Dissolve regression in ArcGis Desktop 10.3.1 and newer in ArcGIS API for Python Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-python-questions/dissolve-regression-in-arcgis-desktop-10-3-1-and/m-p/787208#M1450</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcGis Desktop 10.3.1 does not dissolve to a single row while version 10.3 does it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use .NET API but we also tested using Python. In both cases dissolve fails to do it.&lt;/P&gt;&lt;P&gt;Same error in all versions &amp;gt; 10.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="color: #d4d4d4; background-color: #1e1e1e; font-weight: normal; font-size: 14px;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #c586c0;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt; arcpy&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;arcpy.env.workspace &lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"C:\Users\mpersson0613\OneDrive - Quest Analytics, Inc\Documents\ArcGIS\Default.gdb"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;arcpy.Dissolve_management(&lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"C:/GeoStan/2019/shapefile/FL/FLzips_region.shp"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"C:/GeoStan/OutputFromPython/FLDissolveFromZip"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt; [&lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"STATE"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"STATE_FIPS"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;], &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"ID FIRST"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"MULTI_PART"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"DISSOLVE_LINES"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 May 2019 16:55:30 GMT</pubDate>
    <dc:creator>DavidHill2</dc:creator>
    <dc:date>2019-05-17T16:55:30Z</dc:date>
    <item>
      <title>Dissolve regression in ArcGis Desktop 10.3.1 and newer</title>
      <link>https://community.esri.com/t5/arcgis-api-for-python-questions/dissolve-regression-in-arcgis-desktop-10-3-1-and/m-p/787208#M1450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ArcGis Desktop 10.3.1 does not dissolve to a single row while version 10.3 does it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We use .NET API but we also tested using Python. In both cases dissolve fails to do it.&lt;/P&gt;&lt;P&gt;Same error in all versions &amp;gt; 10.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV style="color: #d4d4d4; background-color: #1e1e1e; font-weight: normal; font-size: 14px;"&gt;&lt;DIV&gt;&lt;SPAN style="color: #c586c0;"&gt;import&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt; arcpy&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;arcpy.env.workspace &lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;=&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"C:\Users\mpersson0613\OneDrive - Quest Analytics, Inc\Documents\ArcGIS\Default.gdb"&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt;arcpy.Dissolve_management(&lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"C:/GeoStan/2019/shapefile/FL/FLzips_region.shp"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"C:/GeoStan/OutputFromPython/FLDissolveFromZip"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt; [&lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"STATE"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"STATE_FIPS"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;], &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"ID FIRST"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"MULTI_PART"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;, &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN style="color: #d4d4d4;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #ce9178;"&gt;"DISSOLVE_LINES"&lt;/SPAN&gt;&lt;SPAN style="color: #d4d4d4;"&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 May 2019 16:55:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-python-questions/dissolve-regression-in-arcgis-desktop-10-3-1-and/m-p/787208#M1450</guid>
      <dc:creator>DavidHill2</dc:creator>
      <dc:date>2019-05-17T16:55:30Z</dc:date>
    </item>
  </channel>
</rss>

