I am trying to merge two DEMs which are currently in TIFF format in different bands (one 64bit the other 32). When I convert them to both be 64bit and attempt to mosaic them, I get an error as follows...
" The band nodata value '-3.4028230607371e+038' of the selected band '1:0' does not match the band nodata value '-3.4028230607371' of the corresponding band in the mosaicked raster"
I've tried using a RasterBandNoDataSetter to ensure that noData cells match but the does not seem to resolve the issue.
Any suggestions would be much appreciated!