<?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>idea Merge + dissolve / Union + dissolve in ArcGIS Pro Ideas</title>
    <link>https://community.esri.com/t5/arcgis-pro-ideas/merge-dissolve-union-dissolve/idi-p/1348798</link>
    <description>&lt;P&gt;Very often, I want to merge + dissolve (or union + dissolve) several layers. It would be so convenient to do this in one step - either have the option in the merge or union tool, or have a new tool that dissolves several layers at once.&lt;/P&gt;</description>
    <pubDate>Mon, 13 Nov 2023 17:50:43 GMT</pubDate>
    <dc:creator>IlkaIllers1</dc:creator>
    <dc:date>2023-11-13T17:50:43Z</dc:date>
    <item>
      <title>Merge + dissolve / Union + dissolve</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/merge-dissolve-union-dissolve/idi-p/1348798</link>
      <description>&lt;P&gt;Very often, I want to merge + dissolve (or union + dissolve) several layers. It would be so convenient to do this in one step - either have the option in the merge or union tool, or have a new tool that dissolves several layers at once.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 17:50:43 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/merge-dissolve-union-dissolve/idi-p/1348798</guid>
      <dc:creator>IlkaIllers1</dc:creator>
      <dc:date>2023-11-13T17:50:43Z</dc:date>
    </item>
    <item>
      <title>Re: Merge + dissolve / Union + dissolve</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/merge-dissolve-union-dissolve/idc-p/1348844#M26980</link>
      <description>&lt;P&gt;Could just doing a batch of each step (merge/union and dissolve) do what you want?&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/basics/batch-geoprocessing.ht" target="_blank"&gt;https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/basics/batch-geoprocessing.ht&lt;/A&gt;m&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 19:25:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/merge-dissolve-union-dissolve/idc-p/1348844#M26980</guid>
      <dc:creator>leahmaps</dc:creator>
      <dc:date>2023-11-13T19:25:25Z</dc:date>
    </item>
    <item>
      <title>Re: Merge + dissolve / Union + dissolve</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/merge-dissolve-union-dissolve/idc-p/1348941#M26988</link>
      <description>&lt;P&gt;I know how to get around it, but this is a common two-step-process that I think would be great to be able to do in one step.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Nov 2023 21:33:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/merge-dissolve-union-dissolve/idc-p/1348941#M26988</guid>
      <dc:creator>IlkaIllers1</dc:creator>
      <dc:date>2023-11-13T21:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Merge + dissolve / Union + dissolve</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/merge-dissolve-union-dissolve/idc-p/1349663#M27016</link>
      <description>&lt;P&gt;I think the nature of the tools are quite different, merge is simply bringing datasets together, dissolve or union is a geometric operation.&amp;nbsp; So to combine these disparate operations into a single tool is undoubtedly problematic.&amp;nbsp; So chaining the tools as you do now is the most robust solution. You can do this in model builder and expose it as a tool. You then get the experience of a single tool interface but behind the scenes its running the tools in sequence. Suggest you explore &lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/modelbuilder/create-a-model-tool.htm" target="_self"&gt;model builder.&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 14:27:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/merge-dissolve-union-dissolve/idc-p/1349663#M27016</guid>
      <dc:creator>DuncanHornby</dc:creator>
      <dc:date>2023-11-15T14:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Merge + dissolve / Union + dissolve</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/merge-dissolve-union-dissolve/idc-p/1349830#M27027</link>
      <description>&lt;P&gt;As noted elsewhere, the ability to blend GP tools into a single Model tool in ModelBuilder is a powerful option. ModelBuilder allows iteration that might meet your needs. I have also found that building a Task can be very useful blending GP Tools and Commands, etc. Both take a while to master but might save time in the long run.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 18:22:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/merge-dissolve-union-dissolve/idc-p/1349830#M27027</guid>
      <dc:creator>BarryNorthey</dc:creator>
      <dc:date>2023-11-15T18:22:36Z</dc:date>
    </item>
    <item>
      <title>Re: Merge + dissolve / Union + dissolve</title>
      <link>https://community.esri.com/t5/arcgis-pro-ideas/merge-dissolve-union-dissolve/idc-p/1351487#M27146</link>
      <description>&lt;P&gt;Thank you for your answers. I am well acquainted with the Model Builder, but I prefer to work with arcpy instead. I know there is a way to speed it up, I just thought it might be a neat feature for people who start out and don't use either yet.&lt;/P&gt;&lt;P&gt;I understand that merge + dissolve would be difficult since they are different operations. How about the dissolve + union - if they are both geometric operations, would it be easier to combine those two into a single tool?&lt;/P&gt;</description>
      <pubDate>Mon, 20 Nov 2023 15:23:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-ideas/merge-dissolve-union-dissolve/idc-p/1351487#M27146</guid>
      <dc:creator>IlkaIllers1</dc:creator>
      <dc:date>2023-11-20T15:23:30Z</dc:date>
    </item>
  </channel>
</rss>

