I would like to use r.mapcalc to fill the null cells of one raster with the value of the same cells from in a second raster (while leaving all other cells as they are in the first raster).
Clearly I am having some kind of brain frizz because this should be simple but I can’t get it right…
I would like to use r.mapcalc to fill the null cells of one raster
with the value of the same cells from in a second raster (while
leaving all other cells as they are in the first raster).
rasterA="if(isnull(rasterA), rasterB, rasterA)"
--
A man without a dream in his heart already has one foot in the grave.
I would like to use r.mapcalc to fill the null cells of one raster
with the value of the same cells from in a second raster (while
leaving all other cells as they are in the first raster).
rasterA=“if(isnull(rasterA), rasterB, rasterA)”
–
A man without a dream in his heart already has one foot in the grave.