<?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: Cell statistics in modelbuilder (multiple input, single output) in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics-in-modelbuilder-multiple-input/m-p/762277#M11006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Florian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The input to Cell Statistics is a list of rasters, not a workspace. You can however accomplish what you want in model builder by using a sub model to iterate the workspace and collect the values. This is the first model. The second model is only the Cell Statistics tool with the output from the sub model as the input to the tool. You have to do it this way since you only want Cell Statistics to execute once, rather than for each iteration. You can review the section "&lt;/SPAN&gt;&lt;STRONG&gt;Advanced use of model iterators&lt;/STRONG&gt;&lt;SPAN&gt;" within the help topic, &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//002w0000007p000000"&gt;Integrating a model within a model&lt;/A&gt;&lt;SPAN&gt;. Below are some screenshots of a model I made this morning that is very similar to the one in the help. I just replaced Merge with Cell Statistics, and I used a different iterator (for raster data). Also included in the screenshots is what the finished tool dialog could potentially look like for an end user of the tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 08 Oct 2012 15:28:40 GMT</pubDate>
    <dc:creator>EricRice</dc:creator>
    <dc:date>2012-10-08T15:28:40Z</dc:date>
    <item>
      <title>Cell statistics in modelbuilder (multiple input, single output)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics-in-modelbuilder-multiple-input/m-p/762276#M11005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a problem utilizing the cell statistics tool in modelbuilder. My intention was to select a whole folders content of raster data to create a single "sum"-raster. Problem is, I cannot select the content of a specific folder, just the files/raster data themself. I tryed runnig an iteration but the output is multiple (for each selected folder content). So is there a possibility to not just select single input files rather than a folder's content?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FR&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2012 06:00:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics-in-modelbuilder-multiple-input/m-p/762276#M11005</guid>
      <dc:creator>FlorianRenner</dc:creator>
      <dc:date>2012-10-08T06:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cell statistics in modelbuilder (multiple input, single output)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics-in-modelbuilder-multiple-input/m-p/762277#M11006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Florian,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The input to Cell Statistics is a list of rasters, not a workspace. You can however accomplish what you want in model builder by using a sub model to iterate the workspace and collect the values. This is the first model. The second model is only the Cell Statistics tool with the output from the sub model as the input to the tool. You have to do it this way since you only want Cell Statistics to execute once, rather than for each iteration. You can review the section "&lt;/SPAN&gt;&lt;STRONG&gt;Advanced use of model iterators&lt;/STRONG&gt;&lt;SPAN&gt;" within the help topic, &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//002w0000007p000000"&gt;Integrating a model within a model&lt;/A&gt;&lt;SPAN&gt;. Below are some screenshots of a model I made this morning that is very similar to the one in the help. I just replaced Merge with Cell Statistics, and I used a different iterator (for raster data). Also included in the screenshots is what the finished tool dialog could potentially look like for an end user of the tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Eric&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Oct 2012 15:28:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics-in-modelbuilder-multiple-input/m-p/762277#M11006</guid>
      <dc:creator>EricRice</dc:creator>
      <dc:date>2012-10-08T15:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cell statistics in modelbuilder (multiple input, single output)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics-in-modelbuilder-multiple-input/m-p/762278#M11007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Eric,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you for your reply and visualization. I was able to create a comparable model and insert it (twice) in my final one. Additionally is this a nice way to work with more than one iterator in a single model. My last question refers to the submodel creating the list of rasters: is it necessary to include this submodel separately in a toolbox to run a different model where the submodel is included?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Florian&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Oct 2012 08:33:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics-in-modelbuilder-multiple-input/m-p/762278#M11007</guid>
      <dc:creator>FlorianRenner</dc:creator>
      <dc:date>2012-10-17T08:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Cell statistics in modelbuilder (multiple input, single output)</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics-in-modelbuilder-multiple-input/m-p/762279#M11008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. Sub models&amp;nbsp; is how nesting loops (iterating inside a model that runs once) are implemented.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 May 2015 01:26:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics-in-modelbuilder-multiple-input/m-p/762279#M11008</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2015-05-01T01:26:52Z</dc:date>
    </item>
  </channel>
</rss>

