<?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: Why might I be losing data when computing Map Algebra using the Raster Calculator?  in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/why-might-i-be-losing-data-when-computing-map/m-p/32697#M438</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Yes, all of the rasters have the same spatial reference, 1km cell size, and origin as they were retrieved from the same dataset. Sorry, I should have mentioned&amp;nbsp;that some cells from the input rasters do contain missing data, so might this issue be compounded after the computations?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Cell Statistics was well-suited for this computation, but I am still curious as to why there is data loss with&amp;nbsp;Map Algebra.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Brent&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Jul 2017 17:26:55 GMT</pubDate>
    <dc:creator>deleted-user-sBBlTZilBs4n</dc:creator>
    <dc:date>2017-07-26T17:26:55Z</dc:date>
    <item>
      <title>Why might I be losing data when computing Map Algebra using the Raster Calculator?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/why-might-i-be-losing-data-when-computing-map/m-p/32695#M436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to compute Map Algebra using the Raster Calculator in ArcGIS 10.5 to find the mean of a set of raster (.tif) layers. The raster layers have an 8-bit radiometric resolution so I have 256 ‘shades’ of data in each raster layer. However, after the computation, my new composite raster only has 252-254 possible data values. I kept the default parameters in the Environment settings, so I am wondering whether I missed in the Environment, or is this a glitch with ArcMap 10.5?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Brent&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 22:59:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/why-might-i-be-losing-data-when-computing-map/m-p/32695#M436</guid>
      <dc:creator>deleted-user-sBBlTZilBs4n</dc:creator>
      <dc:date>2017-07-25T22:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: Why might I be losing data when computing Map Algebra using the Raster Calculator?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/why-might-i-be-losing-data-when-computing-map/m-p/32696#M437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried &lt;A href="http://desktop.arcgis.com/en/arcmap/latest/tools/spatial-analyst-toolbox/cell-statistics.htm"&gt;CellStatistics&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and with regards the RasterCalculator issue, do all the rasters have the same spatial reference, cell size and origin?&lt;/P&gt;&lt;P&gt;and, for example, &amp;nbsp;(256+256+200)/3 = 237 which means that the output could have a value less than 256. Maybe I'm not understanding what you are saying.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Jul 2017 23:25:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/why-might-i-be-losing-data-when-computing-map/m-p/32696#M437</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2017-07-25T23:25:30Z</dc:date>
    </item>
    <item>
      <title>Re: Why might I be losing data when computing Map Algebra using the Raster Calculator?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/why-might-i-be-losing-data-when-computing-map/m-p/32697#M438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Yes, all of the rasters have the same spatial reference, 1km cell size, and origin as they were retrieved from the same dataset. Sorry, I should have mentioned&amp;nbsp;that some cells from the input rasters do contain missing data, so might this issue be compounded after the computations?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Cell Statistics was well-suited for this computation, but I am still curious as to why there is data loss with&amp;nbsp;Map Algebra.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Thank you!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;Brent&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 17:26:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/why-might-i-be-losing-data-when-computing-map/m-p/32697#M438</guid>
      <dc:creator>deleted-user-sBBlTZilBs4n</dc:creator>
      <dc:date>2017-07-26T17:26:55Z</dc:date>
    </item>
    <item>
      <title>Re: Why might I be losing data when computing Map Algebra using the Raster Calculator?</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/why-might-i-be-losing-data-when-computing-map/m-p/32698#M439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Brent&lt;/P&gt;&lt;P&gt;Time for&amp;nbsp;some debugging &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Subtract the RasterCalculator output from the CellStats output and find a pixel where they are not zero. Find the value at this location for all your input rasters and calculate the mean. What do you see?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Steve&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Jul 2017 17:40:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/why-might-i-be-losing-data-when-computing-map/m-p/32698#M439</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2017-07-26T17:40:03Z</dc:date>
    </item>
  </channel>
</rss>

