<?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 Model builder two iterators in Geoprocessing Questions</title>
    <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-two-iterators/m-p/1015439#M25021</link>
    <description>&lt;P&gt;I have two sets of data (1) folder containing feature point data that has the value field "count" (2) the same folder has raster (grid) files of euclidean distance. I need to perform map algebra in raster calc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DevD_0-1610347007681.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/3542i3DB87DA73AF2AD34/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DevD_0-1610347007681.png" alt="DevD_0-1610347007681.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We attempted to do this by using Model builder through the use of sub-models and iterators. We have made three models namely- one for feature iteration, one for raster iteration, and one main model which will combine the previous two sub-models and use a raster calculator to calculate the equation&lt;STRONG&gt; (1). &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;What I want out of this is the model must take the value "count" of the point feature and divide it by distance raster (Euclidean distance) and store it in the output folder, similarly must iterate for every point value. [ 1000n /distance raster(1000n) ]&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The two sub-models-raster and feature iterators work as they are supposed to ( I think )? But I am unable to combine these two to make the final model work?! I really appreciate it if you could render some insights on this.&lt;/P&gt;&lt;P&gt;I'm worried I need to work on this for a project. Please help...&lt;/P&gt;&lt;P&gt;Thank you once again!&lt;/P&gt;&lt;P&gt;Dev&lt;/P&gt;</description>
    <pubDate>Mon, 11 Jan 2021 06:38:20 GMT</pubDate>
    <dc:creator>DevD</dc:creator>
    <dc:date>2021-01-11T06:38:20Z</dc:date>
    <item>
      <title>Model builder two iterators</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-two-iterators/m-p/1015439#M25021</link>
      <description>&lt;P&gt;I have two sets of data (1) folder containing feature point data that has the value field "count" (2) the same folder has raster (grid) files of euclidean distance. I need to perform map algebra in raster calc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="DevD_0-1610347007681.png" style="width: 400px;"&gt;&lt;img src="https://community.esri.com/t5/image/serverpage/image-id/3542i3DB87DA73AF2AD34/image-size/medium?v=v2&amp;amp;px=400" role="button" title="DevD_0-1610347007681.png" alt="DevD_0-1610347007681.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We attempted to do this by using Model builder through the use of sub-models and iterators. We have made three models namely- one for feature iteration, one for raster iteration, and one main model which will combine the previous two sub-models and use a raster calculator to calculate the equation&lt;STRONG&gt; (1). &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;What I want out of this is the model must take the value "count" of the point feature and divide it by distance raster (Euclidean distance) and store it in the output folder, similarly must iterate for every point value. [ 1000n /distance raster(1000n) ]&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The two sub-models-raster and feature iterators work as they are supposed to ( I think )? But I am unable to combine these two to make the final model work?! I really appreciate it if you could render some insights on this.&lt;/P&gt;&lt;P&gt;I'm worried I need to work on this for a project. Please help...&lt;/P&gt;&lt;P&gt;Thank you once again!&lt;/P&gt;&lt;P&gt;Dev&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 06:38:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder-two-iterators/m-p/1015439#M25021</guid>
      <dc:creator>DevD</dc:creator>
      <dc:date>2021-01-11T06:38:20Z</dc:date>
    </item>
    <item>
      <title>Re: Model builder two iterators</title>
      <link>https://community.esri.com/t5/geoprocessing-questions/model-builder-two-iterators/m-p/1015467#M25022</link>
      <description>&lt;P&gt;from&amp;nbsp;&lt;A href="https://pro.arcgis.com/en/pro-app/latest/help/analysis/geoprocessing/modelbuilder/iterators-for-looping.htm" target="_blank"&gt;Iterators—ArcGIS Pro | Documentation&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Only one iterator can be used per model.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;which is probably why the iterators worked in the separate submodules but failed when combined.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Time for python I suspect&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 10:33:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/geoprocessing-questions/model-builder-two-iterators/m-p/1015467#M25022</guid>
      <dc:creator>DanPatterson</dc:creator>
      <dc:date>2021-01-11T10:33:53Z</dc:date>
    </item>
  </channel>
</rss>

