<?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: Add (SUM) Multiple Rasters of different extents in ArcGIS Spatial Analyst Questions</title>
    <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/1243518#M11833</link>
    <description>&lt;P&gt;This was exactly what I was looking for, thank you so much!&lt;/P&gt;</description>
    <pubDate>Fri, 23 Dec 2022 07:00:37 GMT</pubDate>
    <dc:creator>ChristofJörg</dc:creator>
    <dc:date>2022-12-23T07:00:37Z</dc:date>
    <item>
      <title>Add (SUM) Multiple Rasters of different extents</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423167#M5924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am having trouble adding multiple rasters to create an overal classifications raster.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Currently, I have 3 criteria variables (polygons), which have been converted from vector to raster. Each raster represents a different extent of spatial coverage on my map (eg, highways, land usage, pop density by Census Tract... I am creating a human influence index)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will use a simplified grid example, such as those used in the ArcMap help/resources.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Below you will see the addition (summation) of 3 raster grids, with the output that I am currently experiencing. This is NOT what I would like. (grey = nodata)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://i159.photobucket.com/albums/t124/markieta/Screenshot2011-02-15at32518PM-2.png"&gt;&lt;IMG src="http://i159.photobucket.com/albums/t124/markieta/Screenshot2011-02-15at32518PM-2.png" /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is an example of what I would like to happen.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://i159.photobucket.com/albums/t124/markieta/Screenshot2011-02-15at32542PM.png"&gt;&lt;IMG src="http://i159.photobucket.com/albums/t124/markieta/Screenshot2011-02-15at32542PM.png" /&gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've spent too much time trying to figure this out. I hope someone can steer me to the right tool or option/setting?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note: I am using ArcMap 10&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 18:31:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423167#M5924</guid>
      <dc:creator>MichaelMarkieta</dc:creator>
      <dc:date>2011-02-15T18:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: Add (SUM) Multiple Rasters of different extents</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423168#M5925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What you could do is use a con(isnull([raster]), 0, [raster]) statement in the Raster Calculator which will change all your NoData pixels to 0 allowing the rasters to be added together. That's assuming you don't have 0 as a pixel value.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you do have 0 as a valid pixel value, add 1 to each raster using the Plus tool, run the Con(isnull) statement (to change NoData to zero), add them all together, reclassify so that anything marked 0 is NoData, and then subtract 3.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 20:29:29 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423168#M5925</guid>
      <dc:creator>PatrickTaurman</dc:creator>
      <dc:date>2011-02-15T20:29:29Z</dc:date>
    </item>
    <item>
      <title>Re: Add (SUM) Multiple Rasters of different extents</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423169#M5926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I may have asked the question poorly by using the wrong terms and explanation. This is the first time I have had to ask for help so please bear with me. I am usually not this needy...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think I may have misinterpreted NODATA for "not a part of the raster". But in fact, nodata means there is a cell which is part of that raster grid, but it has nodata associated with it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hopefully this makes more sense...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://i159.photobucket.com/albums/t124/markieta/Screenshot2011-02-15at55838PM.png" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What you can picture this as is two polygon shape files that have been converted to raster. One raster represents population density (values=4, 7, 10) and the other represents a highway (value=10). The rasters have cells which coincide in space, as well as cells that do not coincide. I would like to create a new raster that has a summation of values for each cell, whether or not every raster has data for every particular cell.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As you can see, the data from the rasters where the cells do not "overlay" each other is tossed from the calculation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I work around this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;To get this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://i159.photobucket.com/albums/t124/markieta/Screenshot2011-02-15at60957PM.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 21:07:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423169#M5926</guid>
      <dc:creator>MichaelMarkieta</dc:creator>
      <dc:date>2011-02-15T21:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Add (SUM) Multiple Rasters of different extents</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423170#M5927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I think I may have found the right tool within spatial analyst.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By utilizing Cell Statistics with the ignore NoData box CHECKED, I am able to "SUM" and produce a new raster with what I believe I can use for my "Human Influence Index" (human footprint).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If there is a better way to go about this, please let me know. Thank you for your attention voldune.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Feb 2011 21:38:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423170#M5927</guid>
      <dc:creator>MichaelMarkieta</dc:creator>
      <dc:date>2011-02-15T21:38:45Z</dc:date>
    </item>
    <item>
      <title>Re: Add (SUM) Multiple Rasters of different extents</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423171#M5928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have been searching for hours how to solve this same problem.&amp;nbsp; I found some tutorials online that seem to work, but not for ArcGIS 10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've tried using mosaics, the raster calculator, clipping, etc.&amp;nbsp; I just tried cells statistics, and it seems that the ignore no data needs to be UNCHECKED.&amp;nbsp; However, the result is still the same as when I use the raster calculator.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the spatial extent of ALL/BOTH raster files do not span the distance, the program still takes the intersection, not the union, of the raster files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anybody have any advice?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 04:07:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423171#M5928</guid>
      <dc:creator>davidquiros</dc:creator>
      <dc:date>2011-03-09T04:07:52Z</dc:date>
    </item>
    <item>
      <title>Re: Add (SUM) Multiple Rasters of different extents</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423172#M5929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I also need to mosaic multiple rasters together, by summing the values when more than one raster has a value for a given location. I searched various options online, however, I am not able to find something that works for my situation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Here is what I am dealing with:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[ATTACH=CONFIG]12156[/ATTACH]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;In this image, each blue box represents a different floating point raster. I need to mosaic all rasters into a single result, where the overlapping areas are summed values. Normally, it would be easy to modify the files to ensure that all the extents are the same, then convert NoData to zero, and Add. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are two problems with this:&lt;/SPAN&gt;&lt;BR /&gt;&lt;OL&gt;&lt;BR /&gt;&lt;LI&gt;given the extent and resolution, each raster would need to be roughly 50GB in size (sure I could compress but it won't save that much). &lt;/LI&gt;&lt;BR /&gt;&lt;LI&gt;I have about 500 rasters&lt;/LI&gt;&lt;BR /&gt;&lt;/OL&gt;&lt;BR /&gt;&lt;SPAN&gt;Did any of you manage to find a solution?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the help!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Feb 2012 11:16:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423172#M5929</guid>
      <dc:creator>profchamberlain</dc:creator>
      <dc:date>2012-02-23T11:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: Add (SUM) Multiple Rasters of different extents</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423173#M5930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone solved this? It appears to have been a long running problem with no solid solution.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 19:41:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423173#M5930</guid>
      <dc:creator>deleted-user-IR249IovB3CN</dc:creator>
      <dc:date>2012-04-16T19:41:49Z</dc:date>
    </item>
    <item>
      <title>Re: Add (SUM) Multiple Rasters of different extents</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423174#M5931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have been working with ESRI on a fix for sometime, and it appears that they have found a solution. The fix is to use Cell Statistics, ensuring that NoData is not considered in the calculation. As many people may have discovered, Cell Statistics really only creates a pseudo-intersection of values. In order to correct the problem, one needs to create a raster with the value of zero, which embodies the full spatial extent of all rasters for which the "merging" needs to happen. Then, that raster, and all others need to be included in the Cell Statistics tool, using the option Sum values.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It does work, but it can also be quite slow depending upon size. If others have similar problems and find that this solves the problem, please report your successes/issues here, so we can all benefit!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 19:58:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423174#M5931</guid>
      <dc:creator>profchamberlain</dc:creator>
      <dc:date>2012-04-16T19:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: Add (SUM) Multiple Rasters of different extents</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423175#M5932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Brent&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you talking about the enhancement that went into ArcGIS10 which was released in 2011?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;See&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Cell_Statistics/009z0000007q000000/"&gt;http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#/Cell_Statistics/009z0000007q000000/&lt;/A&gt;&lt;SPAN&gt; &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, 16 Apr 2012 21:13:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423175#M5932</guid>
      <dc:creator>SteveLynch</dc:creator>
      <dc:date>2012-04-16T21:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Add (SUM) Multiple Rasters of different extents</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423176#M5933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Precisely! (Apologies if you do not have that version)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 21:18:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423176#M5933</guid>
      <dc:creator>profchamberlain</dc:creator>
      <dc:date>2012-04-16T21:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Add (SUM) Multiple Rasters of different extents</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423177#M5934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The method of using Cell Statistics with a raster of values = 0 covering the entire analysis extent worked, as described above. I had issues initially with an inaccurate extent so I set some environmental parameters of the tool. They were: Set output coordinate system, set the processing extent "union of Inputs", set the 0 raster as my snap raster, and in Raster Analysis settings I set the cell size and mask to the 0 raster. After doing this the tool worked. ESRI, if your listening, a blog post would be useful to share this process/fix with the greater community.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you for your help.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 14:02:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423177#M5934</guid>
      <dc:creator>deleted-user-IR249IovB3CN</dc:creator>
      <dc:date>2012-04-17T14:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Add (SUM) Multiple Rasters of different extents</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423178#M5935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Ok, I am having no luck in following what y'all have done.&amp;nbsp; I have the same task, multiple (100+) rasters of different extents and most not overlapping (But in the same area) that I am simply trying to sum the values (0,1).&amp;nbsp; The map is going to show how many times a given cell was "treated". All the rasters have had the noData changed to 0 (Using the reclassify tool, a lot easier than raster math).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I tried to do the cell statistics.&amp;nbsp; The first attempt started with the creation of a basemap of pixel values of 0, which covers all the other cell locations.&amp;nbsp; I then entered a subset of maps (for the one year) that included the basemap. I set it to run "sum". I then set the environment settings as mattlove described (set spatial, snap raster, raster analysis settings to the basemap and chose untion of inputs).&amp;nbsp; But I still get "Invalid Output Extent".&amp;nbsp; When I set the Processing Extent to the basemap, it runs but the output is blank/corrupted/I have no idea why there's no data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;What've done, just so I can get this rolling while someone else can help me figure out whats going wrong, is mosaic the pieces to the basemap (Using Mosaic to Net Raster).&amp;nbsp; Then I can use the Cell Statistics tool to sum all the maps now that they are all the same size.&amp;nbsp; This process is not time efficent at all, I've tried building a model to run this but that hasn't worked out yet.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please tell me ESRI has created a tool that does this or help me figure out what I'm doing wrong with Cell Statistics that it won't cooperate.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2012 14:51:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423178#M5935</guid>
      <dc:creator>AndrewKamerosky</dc:creator>
      <dc:date>2012-07-27T14:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Add (SUM) Multiple Rasters of different extents</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423179#M5936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stumbled across this issue again. Solution: Create a continuous raster with value = 0. Run Cell statistics with all desired rasters, including the continuous raster. The Overlay Statistic = "Sum". Be sure to set "processing extent" in environment settings to "Union of Inputs".&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Apr 2017 15:28:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423179#M5936</guid>
      <dc:creator>deleted-user-IR249IovB3CN</dc:creator>
      <dc:date>2017-04-15T15:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Add (SUM) Multiple Rasters of different extents</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423180#M5937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the environment settings (at the bottom of raster calculator) set the processing extent to Union of Inputs. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Jun 2017 15:02:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423180#M5937</guid>
      <dc:creator>MaryCoburn1</dc:creator>
      <dc:date>2017-06-09T15:02:21Z</dc:date>
    </item>
    <item>
      <title>Re: Add (SUM) Multiple Rasters of different extents</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423181#M5938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Easy fix: use Cell Statistics tool. Select SUM as your 'Overlay Statistic' and check the Ignore NoData in calculations box&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2018 02:32:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/423181#M5938</guid>
      <dc:creator>PhillipBurrows</dc:creator>
      <dc:date>2018-11-28T02:32:22Z</dc:date>
    </item>
    <item>
      <title>Re: Add (SUM) Multiple Rasters of different extents</title>
      <link>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/1243518#M11833</link>
      <description>&lt;P&gt;This was exactly what I was looking for, thank you so much!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Dec 2022 07:00:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-spatial-analyst-questions/add-sum-multiple-rasters-of-different-extents/m-p/1243518#M11833</guid>
      <dc:creator>ChristofJörg</dc:creator>
      <dc:date>2022-12-23T07:00:37Z</dc:date>
    </item>
  </channel>
</rss>

