<?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: simple addition in raster calculator with incorrect sums in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/simple-addition-in-raster-calculator-with/m-p/26719#M357</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kyle - are your cell sizes in the 3 rasters the same and what is the resampling parameter you're using in the Environment Settings?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert LeClair&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Esri-Denver&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Mar 2013 13:15:37 GMT</pubDate>
    <dc:creator>Robert_LeClair</dc:creator>
    <dc:date>2013-03-14T13:15:37Z</dc:date>
    <item>
      <title>simple addition in raster calculator with incorrect sums</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/simple-addition-in-raster-calculator-with/m-p/26718#M356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello: I am building a simple linear additive model.&amp;nbsp; I've got three reclassed rasters.&amp;nbsp; Each of them include only the values 0,1,2,3,4,5,6.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I use the raster calculator to add them, I get what looks to be a raster with correct values for cells from 1 - 18.&amp;nbsp; However, when I run a quick QC on the output, I see that in many points the cell value is not equal to the sum of the cell values from the three original rasters.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Example: Point X&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'tix' cell value = 6&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'var' cell value = 6&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;'bathy' cell value = 5&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;OUTPUT Raster cell = 18&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any advice would be greatly appreciated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Cheers&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 05:17:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/simple-addition-in-raster-calculator-with/m-p/26718#M356</guid>
      <dc:creator>KyleAntonelis</dc:creator>
      <dc:date>2013-03-14T05:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: simple addition in raster calculator with incorrect sums</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/simple-addition-in-raster-calculator-with/m-p/26719#M357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Kyle - are your cell sizes in the 3 rasters the same and what is the resampling parameter you're using in the Environment Settings?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Robert LeClair&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Esri-Denver&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 13:15:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/simple-addition-in-raster-calculator-with/m-p/26719#M357</guid>
      <dc:creator>Robert_LeClair</dc:creator>
      <dc:date>2013-03-14T13:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: simple addition in raster calculator with incorrect sums</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/simple-addition-in-raster-calculator-with/m-p/26720#M358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Robert: The cell size for all 3 rasters is 30x30 meters.&amp;nbsp; But I have not gone into the Environment Settings at all.&amp;nbsp; Sounds like that may be where I can fix this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Kyle&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Mar 2013 21:48:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/simple-addition-in-raster-calculator-with/m-p/26720#M358</guid>
      <dc:creator>KyleAntonelis</dc:creator>
      <dc:date>2013-03-14T21:48:20Z</dc:date>
    </item>
    <item>
      <title>Re: simple addition in raster calculator with incorrect sums</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/simple-addition-in-raster-calculator-with/m-p/26721#M359</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The problem was in the 'Processing Extent'.&amp;nbsp; I set the extent to the base layer (bathy) and set the 'Snap Raster' to 'bathy' as well.&amp;nbsp; This solved the problem.&amp;nbsp; Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Mar 2013 14:34:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/simple-addition-in-raster-calculator-with/m-p/26721#M359</guid>
      <dc:creator>KyleAntonelis</dc:creator>
      <dc:date>2013-03-15T14:34:02Z</dc:date>
    </item>
  </channel>
</rss>

