<?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 ArcGIS Pro Model Builder: Spatial Join - Dissolve - Aggregate in ArcGIS Pro Questions</title>
    <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-model-builder-spatial-join-dissolve/m-p/568321#M24991</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;I am creating a workflow using Model Builder in ArcGIS Pro 2.5.2 that will take updated parcel polygons and create/update the Zoning_Parcel (parcels symbolized at the parcel level) and Zoning_Districts (parcels that are dissolved by zoning and then aggregated into large districts that are used for smaller scale viewing).&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;It is important to note that every time new parcels are given to me I use the most current version of the Zoning_Districts to perform the spatial join at the beginning of the workflow.&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;Right now I have a model that can perform the spatial join and dissolve, but I am stuck at how to iterate through the ZONING field, creating batch selections of each of the 17 zoning types and then outputting them as separate features and also as a single merged feature.&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;I am confused on what Iterator to use and how to create the batched selections sets and aggregate them to create the districts.&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;The snips reference the inputs and outputs of the model.&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;&lt;IMG __jive_id="499418" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/499418_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;&lt;A href="https://i.stack.imgur.com/zIUzG.png" rel="nofollow noreferrer" style="color: #1d4d5c; border: 0px; font-weight: inherit; text-decoration: underline;"&gt;&lt;IMG alt="" src="https://i.stack.imgur.com/zIUzG.png" style="border: 0px; font-weight: inherit;" /&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;NEW PARCELS (INPUT)&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;&lt;A href="https://i.stack.imgur.com/Byw58.png" rel="nofollow noreferrer" style="color: #1d4d5c; border: 0px; font-weight: inherit; text-decoration: underline;"&gt;&lt;IMG alt="enter image description here" src="https://i.stack.imgur.com/Byw58.png" style="border: 0px; font-weight: inherit;" /&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;EXSISTING ZONING_DISTRICTS (INPUT)&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;&lt;A href="https://i.stack.imgur.com/nRgI3.png" rel="nofollow noreferrer" style="color: #1d4d5c; border: 0px; font-weight: inherit; text-decoration: underline;"&gt;&lt;IMG alt="enter image description here" src="https://i.stack.imgur.com/nRgI3.png" style="border: 0px; font-weight: inherit;" /&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;NEW ZONING_PARCELS (OUTPUT)&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;&lt;A href="https://i.stack.imgur.com/n73dh.png" rel="nofollow noreferrer" style="color: #1d4d5c; border: 0px; font-weight: inherit; text-decoration: underline;"&gt;&lt;IMG alt="enter image description here" src="https://i.stack.imgur.com/n73dh.png" style="border: 0px; font-weight: inherit;" /&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;NEW ZONING_PARCELS_DISSOLVED (OUTPUT)&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;&lt;A href="https://i.stack.imgur.com/Byw58.png" rel="nofollow noreferrer" style="color: #1d4d5c; border: 0px; font-weight: inherit; text-decoration: underline;"&gt;&lt;IMG alt="enter image description here" src="https://i.stack.imgur.com/Byw58.png" style="border: 0px; font-weight: inherit;" /&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;NEW ZONING_DISTRICTS (OUTPUT)&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;Currently once I dissolve the parcels I individually select by zoning type create a .shp, aggregate the polygons and then once all 17 have been parsed out and aggregated I convert to .gdb feature for the 17 separate zoning types and a comprehensive merged feature.&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;Also for the sake of being efficient (even though it is more data to maintain) I am trying to execute the dissolve twice so the 17 individual features are part of a multi-part feature and the comprehensive feature is a single part so when using it, the users can select individual polygons.&amp;nbsp;&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;I know that the model is incorrect, it is intended to show what my vision for the model needs to be. Also the multipart comprehensive is the less important and be created by other means from the single part polygons, but I thought it would make sense to accommodate for it in the model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jul 2020 17:20:51 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2020-07-07T17:20:51Z</dc:date>
    <item>
      <title>ArcGIS Pro Model Builder: Spatial Join - Dissolve - Aggregate</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-model-builder-spatial-join-dissolve/m-p/568321#M24991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;I am creating a workflow using Model Builder in ArcGIS Pro 2.5.2 that will take updated parcel polygons and create/update the Zoning_Parcel (parcels symbolized at the parcel level) and Zoning_Districts (parcels that are dissolved by zoning and then aggregated into large districts that are used for smaller scale viewing).&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;It is important to note that every time new parcels are given to me I use the most current version of the Zoning_Districts to perform the spatial join at the beginning of the workflow.&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;Right now I have a model that can perform the spatial join and dissolve, but I am stuck at how to iterate through the ZONING field, creating batch selections of each of the 17 zoning types and then outputting them as separate features and also as a single merged feature.&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;I am confused on what Iterator to use and how to create the batched selections sets and aggregate them to create the districts.&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;The snips reference the inputs and outputs of the model.&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;&lt;IMG __jive_id="499418" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/499418_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;&lt;A href="https://i.stack.imgur.com/zIUzG.png" rel="nofollow noreferrer" style="color: #1d4d5c; border: 0px; font-weight: inherit; text-decoration: underline;"&gt;&lt;IMG alt="" src="https://i.stack.imgur.com/zIUzG.png" style="border: 0px; font-weight: inherit;" /&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;NEW PARCELS (INPUT)&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;&lt;A href="https://i.stack.imgur.com/Byw58.png" rel="nofollow noreferrer" style="color: #1d4d5c; border: 0px; font-weight: inherit; text-decoration: underline;"&gt;&lt;IMG alt="enter image description here" src="https://i.stack.imgur.com/Byw58.png" style="border: 0px; font-weight: inherit;" /&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;EXSISTING ZONING_DISTRICTS (INPUT)&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;&lt;A href="https://i.stack.imgur.com/nRgI3.png" rel="nofollow noreferrer" style="color: #1d4d5c; border: 0px; font-weight: inherit; text-decoration: underline;"&gt;&lt;IMG alt="enter image description here" src="https://i.stack.imgur.com/nRgI3.png" style="border: 0px; font-weight: inherit;" /&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;NEW ZONING_PARCELS (OUTPUT)&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;&lt;A href="https://i.stack.imgur.com/n73dh.png" rel="nofollow noreferrer" style="color: #1d4d5c; border: 0px; font-weight: inherit; text-decoration: underline;"&gt;&lt;IMG alt="enter image description here" src="https://i.stack.imgur.com/n73dh.png" style="border: 0px; font-weight: inherit;" /&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;NEW ZONING_PARCELS_DISSOLVED (OUTPUT)&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;&lt;A href="https://i.stack.imgur.com/Byw58.png" rel="nofollow noreferrer" style="color: #1d4d5c; border: 0px; font-weight: inherit; text-decoration: underline;"&gt;&lt;IMG alt="enter image description here" src="https://i.stack.imgur.com/Byw58.png" style="border: 0px; font-weight: inherit;" /&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;NEW ZONING_DISTRICTS (OUTPUT)&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;Currently once I dissolve the parcels I individually select by zoning type create a .shp, aggregate the polygons and then once all 17 have been parsed out and aggregated I convert to .gdb feature for the 17 separate zoning types and a comprehensive merged feature.&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;Also for the sake of being efficient (even though it is more data to maintain) I am trying to execute the dissolve twice so the 17 individual features are part of a multi-part feature and the comprehensive feature is a single part so when using it, the users can select individual polygons.&amp;nbsp;&lt;/P&gt;&lt;P style="color: #242729; background-color: #f9f8f6; border: 0px; margin: 0px 0px 1em;"&gt;I know that the model is incorrect, it is intended to show what my vision for the model needs to be. Also the multipart comprehensive is the less important and be created by other means from the single part polygons, but I thought it would make sense to accommodate for it in the model.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2020 17:20:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-model-builder-spatial-join-dissolve/m-p/568321#M24991</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-07-07T17:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: ArcGIS Pro Model Builder: Spatial Join - Dissolve - Aggregate</title>
      <link>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-model-builder-spatial-join-dissolve/m-p/568322#M24992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you need an iterator? Select by attribute on your layer (Zone = '1' etc)&amp;nbsp; and copy features to produce the 17 zoning types? I'm sure there's a better way but I would script it, and actually find Model Builder more confusing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2020 19:13:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-pro-questions/arcgis-pro-model-builder-spatial-join-dissolve/m-p/568322#M24992</guid>
      <dc:creator>DavidPike</dc:creator>
      <dc:date>2020-07-08T19:13:18Z</dc:date>
    </item>
  </channel>
</rss>

