<?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 Sum in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-sum/m-p/108393#M1509</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;use the Cellstatistics tool and set the extent to Union&lt;BR /&gt;&lt;BR /&gt;-Steve&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use Cell Statistics only if the NoData cells have been changed to 0, since it will propagate NoData values from any input raster into the output raster. See "&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009z00000088000000"&gt;How Cell Statistics works&lt;/A&gt;&lt;SPAN&gt;".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Xander&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Nov 2013 05:27:18 GMT</pubDate>
    <dc:creator>XanderBakker</dc:creator>
    <dc:date>2013-11-25T05:27:18Z</dc:date>
    <item>
      <title>Raster Sum</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-sum/m-p/108388#M1504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello. I am looking for a way to sum various raster layers together while keeping the full extent of the raster images used in the input. I have some smaller raster layers and some larger ones. When I use the raster calculator (after using a conditional statement: Con(IsNull(0, "Myraster") (I am using "Myraster" for some images that have different weights associated with them using float variables) I acheive only the extent of the smallest layer where the raster images overlap. It worked for me one time to achieve areas even where there is no overlap (ie: the full extent). I would like to know how this is accomplished. I have noticed you can copy the final images via raster copy and edit the snap and extent of the largest raster though I don't believe this worked for me. I did this and added the layers in the same way and it only showed the smallest extent. After trying a few other things it showed the larger extent. I am just not sure what changed. Thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For the final output I would like to show layers that overlap both no times and multiple times and use colour symbology to describe this phenomena. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Matthew&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Nov 2013 14:58:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-sum/m-p/108388#M1504</guid>
      <dc:creator>MatthewFriesen</dc:creator>
      <dc:date>2013-11-21T14:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Sum</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-sum/m-p/108389#M1505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Matthew,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you try using the setting "&lt;/SPAN&gt;&lt;STRONG&gt;MAXOF&lt;/STRONG&gt;&lt;SPAN&gt;" for &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//001w00000009000000"&gt;Output Extent (Environment setting)&lt;/A&gt;&lt;SPAN&gt;? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The effect on the output extent will be:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;The combined extent of all input data. All features or rasters will be processed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Xander&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 05:17:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-sum/m-p/108389#M1505</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2013-11-22T05:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Sum</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-sum/m-p/108390#M1506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you Xander. Could this function be completed after the raster has been converted from a polygon? ie:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-take polygon feature &amp;gt; raster converter &amp;gt; "newRaster"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-copy raster function &amp;gt; input "newRaster" &amp;gt; environment settings &amp;gt; set extend to MAXOF&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Or is this a setting that can be changed within the Raster Calculator?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It seems MAXOF would work, but when creating or copying rasters I believe only 1 raster is input at a time. This would lead me to believe that the maximum extent created by MAXOF would only apply to the single layer involved in the processing.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 14:26:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-sum/m-p/108390#M1506</guid>
      <dc:creator>MatthewFriesen</dc:creator>
      <dc:date>2013-11-22T14:26:42Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Sum</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-sum/m-p/108391#M1507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Matthew,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You may want to look at this thread: &lt;/SPAN&gt;&lt;A href="http://forums.arcgis.com/threads/96534-Raster-Conversion-and-Density-Analysis"&gt;http://forums.arcgis.com/threads/96534-Raster-Conversion-and-Density-Analysis&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;Shaun Walbridge has some useful suggestions to solve this. If this is what you want.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You are right that the MAXOF setting will only make sense when combining more than 1 raster. If you already know the final extent (of all rasters/polygons) you can set this extent in the environment settings. Alle rasters will be created for that extent and can be summed afterwards.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I can look into it next Monday, but have a look at the post by Shaun first.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Xander&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 14:37:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-sum/m-p/108391#M1507</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2013-11-22T14:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Sum</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-sum/m-p/108392#M1508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;use the Cellstatistics tool and set the extent to Union&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Nov 2013 15:29:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-sum/m-p/108392#M1508</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2013-11-22T15:29:28Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Sum</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-sum/m-p/108393#M1509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;use the Cellstatistics tool and set the extent to Union&lt;BR /&gt;&lt;BR /&gt;-Steve&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Use Cell Statistics only if the NoData cells have been changed to 0, since it will propagate NoData values from any input raster into the output raster. See "&lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009z00000088000000"&gt;How Cell Statistics works&lt;/A&gt;&lt;SPAN&gt;".&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Xander&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 05:27:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-sum/m-p/108393#M1509</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2013-11-25T05:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Sum</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-sum/m-p/108394#M1510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Use Cell Statistics only if the NoData cells have been changed to 0, since it will propagate NoData values from any input raster into the output raster. See "&lt;A href="http://resources.arcgis.com/en/help/main/10.2/index.html#//009z00000088000000"&gt;How Cell Statistics works&lt;/A&gt;".&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;Xander&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Xander&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Create a ConstantRaster (filled with 1's), then use the Shift tool (say shiftx, shifty=55) and create another raster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Use CellStatistics (Overlay statistic=Sum), Extent=Union and the rest=default.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You'll notice that your output has 1's and 2's and, Nodata in areas where neither rasters have values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now if you uncheck Ignore Nodata on the Cellstats tool and do the above you'll only get 2's&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Steve&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 11:51:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-sum/m-p/108394#M1510</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2013-11-25T11:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Raster Sum</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-sum/m-p/108395#M1511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Xander&lt;BR /&gt;Create a ConstantRaster (filled with 1's), then use the Shift tool (say shiftx, shifty=55) and create another raster.&lt;BR /&gt;Use CellStatistics (Overlay statistic=Sum), Extent=Union and the rest=default.&lt;BR /&gt;&lt;BR /&gt;You'll notice that your output has 1's and 2's and, Nodata in areas where neither rasters have values.&lt;BR /&gt;&lt;BR /&gt;Now if you uncheck Ignore Nodata on the Cellstats tool and do the above you'll only get 2's&lt;BR /&gt;&lt;BR /&gt;-Steve&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Steve,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You're absolutely right. Thanks for pointing that out! (+1 for that).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Kind regards, Xander&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Nov 2013 12:05:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/raster-sum/m-p/108395#M1511</guid>
      <dc:creator>XanderBakker</dc:creator>
      <dc:date>2013-11-25T12:05:56Z</dc:date>
    </item>
  </channel>
</rss>

