Skip to main content

I have two GeoTIFF rasters. A & B.

Each Raster has a different amount of rows and columns. Geographically they are of the same location.

Both Rasters are in the same projection.

What I want to do is grab the cell values of Raster A and add to them the value that is at the same geo location in raster B.

I had hoped RasterExpressionEvaluator or RasterCellValueCalculator would help but seeing the Rasters have different row and column counts it errors.

Any advice would be great, thanks :)

 

 

You can use the RasterMosaicker to calculate the sum of cell values where the two rasters overlap, after clipping the raster B by the raster A.