I am encountering the problem with merging 2 raster digital elevation model layers (.tiff).
The Qgis 3.10 returns an error as follows:
The following layers were not correctly generated.
You can check the 'Log Messages Panel' in QGIS main window to find more information about the execution of the algorithm.
I don't know, where the problem can be.
There is a similar question here, but not resolved, unfortunately.
It looks like there is a bug in the QGIS 3.10 version, still not resolved from older versions.
https://issues.qgis.org/issues/18215
https://github.com/qgis/QGIS/issues/29346 https://github.com/qgis/QGIS/issues/30095
The Github says, that it might be a bug:
https://github.com/qgis/QGIS/issues/33677 https://github.com/qgis/QGIS/issues/33386
Is there another way to make this merge?




In the Parameters in the GDAL/OGR section I found: python3 -m gdal_merge -ot Float32 -of GTiff -o C:/Users/mariuszk/AppData/Local/Temp/processing_9cbcbd1489014d3c90818bbf3b042cd0/processing_6bf82a76e8dc4750a515f3e1cb74f3df/d94ff82c5ea7400db5ad0ed812ae872c/OUTPUT.tif --optfile C:/Users/mariuszk/AppData/Local/Temp/processing_9cbcbd1489014d3c90818bbf3b042cd0/processing_6bf82a76e8dc4750a515f3e1cb74f3df/fbbd57bd798e40da84ba009af41027c2/mergeInputFiles.txt
– Geographos Jan 31 '20 at 12:16