Let's say you have two rasters raster1 and raster2 and you want to add them using arcpy. Most obvious approach is
additionRaster = raster1 + raster2
additionRaster is the addition of raster1 and raster2
Let's say you have two rasters raster1 and raster2 and you want to add them using arcpy. Most obvious approach is
additionRaster = raster1 + raster2
additionRaster is the addition of raster1 and raster2