4

How do I combine the values of cells for 3 rasters for cells where they overlap. I want the output raster to cover only the area of the overlap for the 3 rasters and the output cell values to be a sum of the values of the 3 original rasters.

I am using arcmap 10.2. If this is possible through raster calculator it will be preferable. Or any of the spatial analyst tools

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked Dec 1, 2014 at 17:32

2 Answers 2

3

Raster Calculator can do this -- indeed, the example illustration on the help page shows exactly what you want to do. The resulting raster will only cover the overlap area, which I often find problematic for my analyses but sounds like what you need.

enter image description here

Other options would work but are more complex than you need. The Plus tool only adds two rasters at a time and would involve running the tool twice. The Weighted Sum tool could work if you assign a weight of 1 to all the rasters. I'd just stick with Raster Calculator.

answered Dec 1, 2014 at 17:39
2
  • Thank you all. What about nodata, I hope nodata values are ignored in the calculation? Commented Dec 1, 2014 at 17:51
  • Yes, NoData is ignored. Commented Dec 1, 2014 at 18:41
2

The tool to do this is called cell statistics

Select the option SUM

In the environments setting (Output Extent) set the output extent to intersect

answered Dec 1, 2014 at 17:39
1
  • Yes, I'd forgotten about Cell Statistics :) Commented Dec 1, 2014 at 18:41

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.