Hi, I have used rasterresampler to increase my raster cell size however I want to assign a value of zero to all my raster cells..how can I do that? and how can I subtract the value of the cells of two raster layers presuming they have same grid size (number of cells).? Thanks
Page 1 / 1
Hi,
For values replacement see the RasterCellValueReplacer.
For cell values calculations: RasterCellValueCalculator or RasterExpressionEvaluator
Itay