<?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 - Raster Calculator in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics-raster-calculator/m-p/543285#M7846</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;rather than trying to dissect that, what you trying to accomplish?&lt;/P&gt;&lt;P&gt;If appears that you want the modulus of a Euclidean distance and 5, then take the minimum of that and the sum of a bunch of rasters.&amp;nbsp; But those %'y things suggest that you are trying to recover something for use in modelbuilder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Nov 2018 23:05:08 GMT</pubDate>
    <dc:creator>DanPatterson_Retired</dc:creator>
    <dc:date>2018-11-13T23:05:08Z</dc:date>
    <item>
      <title>Cell Statistics - Raster Calculator</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics-raster-calculator/m-p/543284#M7845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could someone please help me update this Map Algebra Expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;min(Mod("%Euclidean_Distance_Raster%",5), %D0%+%R0%+%DA%+%RA%+%DB%+%RB%)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was functional in 9.3 but now doesn't work in 10.6... I think I need to use Cell Statistics but I'm not sure how!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As it stands I get a 539 error - &lt;EM&gt;The truth value of a raster is ambiguous. Invalid use of raster with Boolean operator or function.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2018 16:31:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics-raster-calculator/m-p/543284#M7845</guid>
      <dc:creator>RobLawrenson</dc:creator>
      <dc:date>2018-11-13T16:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cell Statistics - Raster Calculator</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics-raster-calculator/m-p/543285#M7846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;rather than trying to dissect that, what you trying to accomplish?&lt;/P&gt;&lt;P&gt;If appears that you want the modulus of a Euclidean distance and 5, then take the minimum of that and the sum of a bunch of rasters.&amp;nbsp; But those %'y things suggest that you are trying to recover something for use in modelbuilder&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Nov 2018 23:05:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics-raster-calculator/m-p/543285#M7846</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-11-13T23:05:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cell Statistics - Raster Calculator</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics-raster-calculator/m-p/543286#M7847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dan, basically it takes a euclidean distance raster and then using 3 distances (defined by the %D...%) applies 3 assumptions of risk (%R...%) so for example D0 may be 0 and the chance of success may be 0 (R0), at DA the chance of success may still be 0 (RA) but then at DB the chance of success is assumed to be 1 (100%) (RB). Does that make sense? From D0 to DA the cells value will be 0 but from DA to DB they will gradually increase from 0 to 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Nov 2018 08:50:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics-raster-calculator/m-p/543286#M7847</guid>
      <dc:creator>RobLawrenson</dc:creator>
      <dc:date>2018-11-14T08:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Cell Statistics - Raster Calculator</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics-raster-calculator/m-p/543287#M7848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here's the the 10x equivalent, note in the new RC map algebra function names are tool names and are case-sensitive. The 9x map algebra functions min, max have are implemented in 10x with the Cell Statistics tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am assuming you are running RC in Model Builder and everything you provided in %'s are model variables.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;CellStatistics&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="punctuation token"&gt;[&lt;/SPAN&gt;Mod&lt;SPAN class="punctuation token"&gt;(&lt;/SPAN&gt;&lt;SPAN class="string token"&gt;"%Euclidean_Distance_Raster%"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="number token"&gt;5&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;D0&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;R0&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;DA&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;RA&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;DB&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;+&lt;/SPAN&gt; &lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;RB&lt;SPAN class="operator token"&gt;%&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍‍&lt;SPAN class="punctuation token"&gt;]&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="string token"&gt;"MINIMUM"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;,&lt;/SPAN&gt; &lt;SPAN class="string token"&gt;"DATA"&lt;/SPAN&gt;&lt;SPAN class="punctuation token"&gt;)&lt;/SPAN&gt;‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍‍&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/extensions/spatial-analyst/map-algebra/comparing-map-algebra-between-versions-9-x-and-10.htm" title="http://desktop.arcgis.com/en/arcmap/latest/extensions/spatial-analyst/map-algebra/comparing-map-algebra-between-versions-9-x-and-10.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;Comparing Map Algebra between ArcGIS 9.x and 10—ArcGIS Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcmap/latest/extensions/spatial-analyst/map-algebra/working-with-operators.htm" title="http://desktop.arcgis.com/en/arcmap/latest/extensions/spatial-analyst/map-algebra/working-with-operators.htm" rel="nofollow noopener noreferrer" target="_blank"&gt;Working with operators in Map Algebra—ArcGIS Help | ArcGIS Desktop&lt;/A&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 23:31:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/cell-statistics-raster-calculator/m-p/543287#M7848</guid>
      <dc:creator>curtvprice</dc:creator>
      <dc:date>2021-12-11T23:31:26Z</dc:date>
    </item>
  </channel>
</rss>

