Hello,
I have one raster who's extent is smaller than another, but I would like to subtract one from another with the resulting raster the same extent as the smaller one.
I get this error when using the RasterCellValueCalculator to subtract them:
RasterCellValueCalculator_Evaluator(RasterEvaluationFactory): Raster A has '12392' rows and '4022' columns, whereas raster B has '12435' rows and '4065' columns. Paired rasters must have the same dimensions
They are both 1 m cell size.
Thanks!
Sean