I have two DEMS, one which includes the bulk of the country, and the other fills in the gaps. I basically want to use the one to fill in the gaps of where values = 0 in the other DEM. One question on here was answered with " create a mask so that all cells that have NULL-values receive the value 1 and all other values are assigned with the value 0. Then overlay this mask with the old DEM-layer by using the multiplication function. Finally, overlay again the output layer with your current DEM-layer to fill the gaps, but use the sum-function this time instead of the multiplication-function.". But I am unaware on how to create a mask? Can anyone offer advice or a better method? I tried to SetNull and remove all of the 0 values from the main one, but there are some spots which have the value "0.0000006" which are also gaps. Can I create a mask which removes values 0-1? and then somehow overlay the other? can I just remove the null values and mosaic to new raster?
To clarify its two DTMS (one older than the other), same cell size, same coordinate system, but the main one has gaps that I want to fill in with the other one.
I have attached an image of the two DEMs. one is the lighter one, and the one at the back is the "filler" DEM. As you can see there are holes in the main DEM itself, and the background one also includes island that I want to include. I need to remove null values from the main one then fill in the empty space with the background DEM.
Thank you for your help in advance!