<?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: Batch raster calculator? in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/batch-raster-calculator/m-p/632398#M9187</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://video.esri.com/watch/91/modelbuilder_dash_advanced-technologies"&gt;http://video.esri.com/watch/91/modelbuilder_dash_advanced-technologies&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This video does a pretty good job at explaining some of the advanced modelbuilder tools.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2012 19:40:44 GMT</pubDate>
    <dc:creator>JerryGarcia1</dc:creator>
    <dc:date>2012-04-18T19:40:44Z</dc:date>
    <item>
      <title>Batch raster calculator?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/batch-raster-calculator/m-p/632394#M9183</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;BR /&gt;&lt;SPAN&gt;I have around 1000 raster image files (.img) and I need to use some map algebra functions with them (mainly repetitively adding some of these layers together) and need to use the model builder to make it easier for me to run it. Is it available to use raster calculator functions in model builder and use a pre-prepared input functions and output destinations (using concatenate functions in exel). I am using ArcMAP 10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;That is a samples of what I need:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;"J:\sp1\sp1_Thresholded_0_3.img" + "J:\sp1\sp1_A2a_2020_Thresholded.img" ==&amp;gt; J:\sp1\sp1_CCCMA_A2a_2020_GainLoss.img&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will repeat the previous steps more than 1000 times and it will take me huge time to run them individulaly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help will be appreciated,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ahmed&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 21:50:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/batch-raster-calculator/m-p/632394#M9183</guid>
      <dc:creator>AhmedEl-Gabbas</dc:creator>
      <dc:date>2012-04-17T21:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Batch raster calculator?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/batch-raster-calculator/m-p/632395#M9184</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; That is a samples of what I need:&lt;BR /&gt;"J:\sp1\sp1_Thresholded_0_3.img" + "J:\sp1\sp1_A2a_2020_Thresholded.img" ==&amp;gt; J:\sp1\sp1_CCCMA_A2a_2020_GainLoss.img&lt;BR /&gt;&lt;BR /&gt;I will repeat the previous steps more than 1000 times and it will take me huge time to run them individulaly.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;A modelbuilder iterator should do this nicely for you. Just set up raster calculator tool and pipe the output of your iterator into it.&amp;nbsp; You may have to use the Calculate Value tool to generate the input and output pathnames you need on each iteration using a python expression. [thread=55358](See this thread.)[/thread]&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 16:26:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/batch-raster-calculator/m-p/632395#M9184</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-04-18T16:26:08Z</dc:date>
    </item>
    <item>
      <title>Re: Batch raster calculator?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/batch-raster-calculator/m-p/632396#M9185</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I had to do similar analysis and the iterator worked great.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 16:58:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/batch-raster-calculator/m-p/632396#M9185</guid>
      <dc:creator>JerryGarcia1</dc:creator>
      <dc:date>2012-04-18T16:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Batch raster calculator?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/batch-raster-calculator/m-p/632397#M9186</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;I had to do similar analysis and the iterator worked great.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot curtvprice and Jerry,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I am new to model builder and never use iterations. Could you please give me a brief explanation of which iteration method I should use and how to code the inputs (the addition of different input layers) and the output filenames and directories. I have prepared in exel a series of inputs and output destinations and filenames and need to run them not one by one. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It would be great if you could send me a link to a simple tutorial or so discussing that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ahmed&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 18:48:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/batch-raster-calculator/m-p/632397#M9186</guid>
      <dc:creator>AhmedEl-Gabbas</dc:creator>
      <dc:date>2012-04-18T18:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Batch raster calculator?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/batch-raster-calculator/m-p/632398#M9187</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;A href="http://video.esri.com/watch/91/modelbuilder_dash_advanced-technologies"&gt;http://video.esri.com/watch/91/modelbuilder_dash_advanced-technologies&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This video does a pretty good job at explaining some of the advanced modelbuilder tools.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 19:40:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/batch-raster-calculator/m-p/632398#M9187</guid>
      <dc:creator>JerryGarcia1</dc:creator>
      <dc:date>2012-04-18T19:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: Batch raster calculator?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/batch-raster-calculator/m-p/632399#M9188</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;A href="http://video.esri.com/watch/91/modelbuilder_dash_advanced-technologies"&gt;http://video.esri.com/watch/91/modelbuilder_dash_advanced-technologies&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This video does a pretty good job at explaining some of the advanced modelbuilder tools.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot Jerry_G, but it seems to be not that easy for me. Could you please explain for me which iteration method is best useful in my case and how to use the Calculate Value tool to generate the input and output pathnames...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Ahmed&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 05:45:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/batch-raster-calculator/m-p/632399#M9188</guid>
      <dc:creator>AhmedEl-Gabbas</dc:creator>
      <dc:date>2012-04-20T05:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Batch raster calculator?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/batch-raster-calculator/m-p/632400#M9189</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&amp;nbsp; please explain for me which iteration method is best useful in my case and how to use the Calculate Value tool to generate the input and output pathnames...&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ahmed - &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;UL&gt;&lt;BR /&gt;&lt;LI&gt;Since you're iterating on rasters, it seems to me &lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/0040/00400000000z000000.htm"&gt;Iterate Rasters&lt;/A&gt; would worth a try.&lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;see the Callculate Value tool help and that other [thread=55358]thread[/thread] for some examples. Parse Path is also a handy tool in MB 10.0 for manipulating pathnames&lt;/LI&gt;&lt;BR /&gt;&lt;/UL&gt;&lt;BR /&gt;&lt;SPAN&gt;Good luck!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2012 15:49:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/batch-raster-calculator/m-p/632400#M9189</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2012-04-20T15:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Batch raster calculator?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/batch-raster-calculator/m-p/632401#M9190</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ahmed - there's a set of three really good blog posts in the ArcGIS blog that are a good help getting started with advanced ModelBuilder..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://blogs.esri.com/esri/arcgis/2011/06/06/modelbuilderifthenelse1/" title="http://blogs.esri.com/esri/arcgis/2011/06/06/modelbuilderifthenelse1/"&gt;If you are stuck at "if" – Part 1 | ArcGIS Blog&lt;/A&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 06:25:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/batch-raster-calculator/m-p/632401#M9190</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2014-12-31T06:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Batch raster calculator?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/batch-raster-calculator/m-p/1503543#M12220</link>
      <description>&lt;P&gt;Thanks to you all I have discovered the wonderful world of iterators! Amazing tool. Thank you all so much for contributing to these forums. It may not seem like it, but you help A LOT of people, even though they may not comment afterwards. Thank you, thank you, thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jul 2024 13:56:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/batch-raster-calculator/m-p/1503543#M12220</guid>
      <dc:creator>TanyaEstevess</dc:creator>
      <dc:date>2024-07-10T13:56:00Z</dc:date>
    </item>
  </channel>
</rss>

