<?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: Raster Calculator: multiple equations based on multiple rasters in one run in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-multiple-equations-based-on/m-p/739136#M10729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I agree, it is less elegant, but I'm glad it worked for you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sarah&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 May 2011 14:50:36 GMT</pubDate>
    <dc:creator>SarahBreaks1</dc:creator>
    <dc:date>2011-05-17T14:50:36Z</dc:date>
    <item>
      <title>Raster Calculator: multiple equations based on multiple rasters in one run</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-multiple-equations-based-on/m-p/739133#M10726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have recently changed ArcGIS 9.3 to ArcGIS 10. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In the 9.3 it was possibly to enter multiple conditions based on multiple rasters, as well as to enter multiple equations in one run of the tool - so I could with one operation perform e.g.:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;tra = Con(([depth] &amp;gt; 13.44 &amp;amp; [DO_sum_mean10] &amp;gt; 6.795 &amp;amp; [DO_win_min10] &amp;gt; 6.81 &amp;amp; [mud] &amp;gt; 0.87), 9, 0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;expo = Con(([depth] &amp;gt; 13.44 &amp;amp; [DO_sum_mean10] &amp;gt; 6.795 &amp;amp; [DO_win_min10] &amp;gt; 6.81 &amp;amp; [mud] &amp;lt; 0.87), 5, 0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;epid = Con(([depth] &amp;gt; 13.44 &amp;amp; [DO_sum_mean10] &amp;gt; 6.795 &amp;amp; [DO_win_min10] &amp;lt; 6.81 &amp;amp; [sal] &amp;gt; 18.58), 4, 0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;epi = Con(([depth] &amp;gt; 13.44 &amp;amp; [DO_sum_mean10] &amp;gt; 6.795 &amp;amp; [DO_win_min10] &amp;lt; 6.81 &amp;amp; [sal] &amp;lt; 18.58), 3, 0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;deep = Con(([depth] &amp;gt; 13.44 &amp;amp; [DO_sum_mean10] &amp;lt; 6.795), 1, 0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;epi2 = Con(([depth] &amp;lt; 13.44 &amp;amp; [maxbed10] &amp;gt; 29.935 &amp;amp; [veg_comv311] == 0 &amp;amp; [veg_comv32] == 0), 3, 0)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In ArcGIS10 this is not the case any more - there is only an option of one output raster at a time in raster calculator (it Builds and executes a single Map Algebra expression).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;So my question is what could be the way to quickly execute the set of expressions above in ArcGIS10? Should that be the Python? I have thought of it but since I am not very familiar with it I have not managed to find the way to fully incorporate my expressions into Python.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I would really appreciate any advises and ideas. Thank you in advance!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Mayya&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2011 15:39:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-multiple-equations-based-on/m-p/739133#M10726</guid>
      <dc:creator>MayyaGogina</dc:creator>
      <dc:date>2011-05-16T15:39:25Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator: multiple equations based on multiple rasters in one run</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-multiple-equations-based-on/m-p/739134#M10727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Mayya,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am also fairly new to ArcGIS 10; however, one way I have worked around this is by placing multiple instances of the raster calculator in a model builder. Each instance of raster calculator has a single equation. Then I run that.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope that helps!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Sarah&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 May 2011 21:08:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-multiple-equations-based-on/m-p/739134#M10727</guid>
      <dc:creator>SarahBreaks1</dc:creator>
      <dc:date>2011-05-16T21:08:20Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator: multiple equations based on multiple rasters in one run</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-multiple-equations-based-on/m-p/739135#M10728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Sarah, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks a lot you for your comment - the idea with ModelBuilder works. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Though I still find it was a bit more elegant with Raster Calculator as it was.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mayya&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 11:31:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-multiple-equations-based-on/m-p/739135#M10728</guid>
      <dc:creator>MayyaGogina</dc:creator>
      <dc:date>2011-05-17T11:31:44Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Calculator: multiple equations based on multiple rasters in one run</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-multiple-equations-based-on/m-p/739136#M10729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I agree, it is less elegant, but I'm glad it worked for you &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sarah&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 14:50:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-calculator-multiple-equations-based-on/m-p/739136#M10729</guid>
      <dc:creator>SarahBreaks1</dc:creator>
      <dc:date>2011-05-17T14:50:36Z</dc:date>
    </item>
  </channel>
</rss>

