<?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: Script for dissolve/ Roll up data with ArcGIS PRO in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/script-for-dissolve-roll-up-data-with-arcgis-pro/m-p/1022015#M59723</link>
    <description>&lt;P&gt;For example, the three hierarchy levels are country, state and district. These fields are geographic fields and I am able to plot them on three separate maps.&lt;/P&gt;&lt;P&gt;The requirement is to create a top-down analysis such that when the user clicks on the country, the top-down analysis should take the user to the states and show all the states. Then when the user clicks on a state, the drilldown should bring the user to see the districts and show all the sub-districts.&lt;/P&gt;</description>
    <pubDate>Mon, 01 Feb 2021 07:49:44 GMT</pubDate>
    <dc:creator>Akchademir</dc:creator>
    <dc:date>2021-02-01T07:49:44Z</dc:date>
    <item>
      <title>Script for dissolve/ Roll up data with ArcGIS PRO</title>
      <link>https://community.esri.com/t5/python-questions/script-for-dissolve-roll-up-data-with-arcgis-pro/m-p/1021908#M59710</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I need to make a scripts tools that will consolidate attributes from many rows into to one across a number of columns.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;And the opposite of dissolve date (like drilling into data attributes) .&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have the&amp;nbsp; Following data attribute:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Akchademir_0-1612086856817.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/4974iC5804E24ADA77E1A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Akchademir_0-1612086856817.png" alt="Akchademir_0-1612086856817.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for any helps!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2021 09:55:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-dissolve-roll-up-data-with-arcgis-pro/m-p/1021908#M59710</guid>
      <dc:creator>Akchademir</dc:creator>
      <dc:date>2021-01-31T09:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: Script for dissolve/ Roll up data with ArcGIS PRO</title>
      <link>https://community.esri.com/t5/python-questions/script-for-dissolve-roll-up-data-with-arcgis-pro/m-p/1021914#M59711</link>
      <description>&lt;P&gt;What do you want it to look like?&lt;/P&gt;&lt;P&gt;You obviously don't want a concatenation of the values.&lt;/P&gt;&lt;P&gt;Much of the data in the columns is redundant&lt;/P&gt;&lt;P&gt;Even if you summarize by state by county you can only display 1 variable.&lt;/P&gt;&lt;P&gt;Do you want a 3D table effectively?&amp;nbsp;&lt;/P&gt;&lt;P&gt;What is your end goal since that will affect the reversal process at a minimum&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2021 10:32:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-dissolve-roll-up-data-with-arcgis-pro/m-p/1021914#M59711</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-01-31T10:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Script for dissolve/ Roll up data with ArcGIS PRO</title>
      <link>https://community.esri.com/t5/python-questions/script-for-dissolve-roll-up-data-with-arcgis-pro/m-p/1021918#M59712</link>
      <description>&lt;P&gt;Yes, for Example i have united states and sub-states:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Akchademir_0-1612090069237.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/4980iE8D3332B77CF9171/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Akchademir_0-1612090069237.png" alt="Akchademir_0-1612090069237.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;i want to roll up into states like this :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Akchademir_1-1612090135552.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/4981i20B26CCF67A54CA4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Akchademir_1-1612090135552.png" alt="Akchademir_1-1612090135552.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2021 10:47:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-dissolve-roll-up-data-with-arcgis-pro/m-p/1021918#M59712</guid>
      <dc:creator>Akchademir</dc:creator>
      <dc:date>2021-01-31T10:47:44Z</dc:date>
    </item>
    <item>
      <title>Re: Script for dissolve/ Roll up data with ArcGIS PRO</title>
      <link>https://community.esri.com/t5/python-questions/script-for-dissolve-roll-up-data-with-arcgis-pro/m-p/1021919#M59713</link>
      <description>&lt;P&gt;That is a dissolve&lt;/P&gt;&lt;P&gt;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/tool-reference/data-management/h-how-dissolve-data-management-works.htm" target="_blank" rel="noopener"&gt;How Dissolve (Data Management) works—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You aggregate space based on an attribute or a combination of attributes.&lt;/P&gt;&lt;P&gt;PS&lt;/P&gt;&lt;P&gt;Code examples are at the bottom of the link.&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2021 11:14:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-dissolve-roll-up-data-with-arcgis-pro/m-p/1021919#M59713</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-01-31T11:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Script for dissolve/ Roll up data with ArcGIS PRO</title>
      <link>https://community.esri.com/t5/python-questions/script-for-dissolve-roll-up-data-with-arcgis-pro/m-p/1021923#M59714</link>
      <description>&lt;P&gt;Yes thanks i know dissolve tool, and for the attributes table? did the table change?&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2021 11:42:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-dissolve-roll-up-data-with-arcgis-pro/m-p/1021923#M59714</guid>
      <dc:creator>Akchademir</dc:creator>
      <dc:date>2021-01-31T11:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: Script for dissolve/ Roll up data with ArcGIS PRO</title>
      <link>https://community.esri.com/t5/python-questions/script-for-dissolve-roll-up-data-with-arcgis-pro/m-p/1021931#M59715</link>
      <description>&lt;P&gt;Open the table.&amp;nbsp; What parameters did you specify for dealing with the tables during the dissolve?&lt;/P&gt;&lt;P&gt;They are limited.&lt;/P&gt;&lt;P&gt;If you expect to keep the whole row's contents for each polygon that was dissolved, then you will be disappointed, because you would have to "relate" the undissolved table back to the dissolved geometry's table&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2021 14:37:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-dissolve-roll-up-data-with-arcgis-pro/m-p/1021931#M59715</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-01-31T14:37:41Z</dc:date>
    </item>
    <item>
      <title>Re: Script for dissolve/ Roll up data with ArcGIS PRO</title>
      <link>https://community.esri.com/t5/python-questions/script-for-dissolve-roll-up-data-with-arcgis-pro/m-p/1021932#M59716</link>
      <description>&lt;P&gt;Is there no other option ?&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2021 14:51:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-dissolve-roll-up-data-with-arcgis-pro/m-p/1021932#M59716</guid>
      <dc:creator>Akchademir</dc:creator>
      <dc:date>2021-01-31T14:51:30Z</dc:date>
    </item>
    <item>
      <title>Re: Script for dissolve/ Roll up data with ArcGIS PRO</title>
      <link>https://community.esri.com/t5/python-questions/script-for-dissolve-roll-up-data-with-arcgis-pro/m-p/1021937#M59717</link>
      <description>&lt;P&gt;You haven't said what you want to keep and what you want to do with it.&lt;/P&gt;&lt;P&gt;Also, sometimes having multiple maps with different expressions of the underlying data is the best option.&lt;/P&gt;&lt;P&gt;There is no "tool does everything"&lt;/P&gt;</description>
      <pubDate>Sun, 31 Jan 2021 16:42:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-dissolve-roll-up-data-with-arcgis-pro/m-p/1021937#M59717</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-01-31T16:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: Script for dissolve/ Roll up data with ArcGIS PRO</title>
      <link>https://community.esri.com/t5/python-questions/script-for-dissolve-roll-up-data-with-arcgis-pro/m-p/1022015#M59723</link>
      <description>&lt;P&gt;For example, the three hierarchy levels are country, state and district. These fields are geographic fields and I am able to plot them on three separate maps.&lt;/P&gt;&lt;P&gt;The requirement is to create a top-down analysis such that when the user clicks on the country, the top-down analysis should take the user to the states and show all the states. Then when the user clicks on a state, the drilldown should bring the user to see the districts and show all the sub-districts.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 07:49:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-dissolve-roll-up-data-with-arcgis-pro/m-p/1022015#M59723</guid>
      <dc:creator>Akchademir</dc:creator>
      <dc:date>2021-02-01T07:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Script for dissolve/ Roll up data with ArcGIS PRO</title>
      <link>https://community.esri.com/t5/python-questions/script-for-dissolve-roll-up-data-with-arcgis-pro/m-p/1022075#M59731</link>
      <description>&lt;P&gt;Will they be accessing this layer in arcmap, or through a webmap?&amp;nbsp; I think you are limited to what Dan described with relating aggregated data back to the counties if it is arcmap.&amp;nbsp; I don't think there is the top-down functionality (without creating your own application) in arcmap to be country, state, county based on mouse clicks.&amp;nbsp; However, If it is going to be used in a webmap, then you can use Arcade to perform the aggregation of field values for what the user clicks on.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 13:49:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-dissolve-roll-up-data-with-arcgis-pro/m-p/1022075#M59731</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2021-02-01T13:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: Script for dissolve/ Roll up data with ArcGIS PRO</title>
      <link>https://community.esri.com/t5/python-questions/script-for-dissolve-roll-up-data-with-arcgis-pro/m-p/1022082#M59733</link>
      <description>&lt;P&gt;Yes i must use Arcmap, thanks for your response.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Feb 2021 13:59:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/script-for-dissolve-roll-up-data-with-arcgis-pro/m-p/1022082#M59733</guid>
      <dc:creator>Akchademir</dc:creator>
      <dc:date>2021-02-01T13:59:22Z</dc:date>
    </item>
  </channel>
</rss>

