Hello community,
I am trying to combine 2 different images.
- DSM (GEOTIFF) : Band 0 (Real32) as heights
- 50 cm GSD
- Orthophoto (JP2): Band 0 (RED8), Band 1 (GREEN8), Band 2(BLUE8), Band 3 (UINT8 - NIR)
- 10 cm GSD
My workflows looks like this:

with following settings



Unfortunetly there are some pixels where values get lost, so when I add an RasterBandAdder, there are holes in it.
Unfortunetly I dont know a solution where I can add those two images into one without loosing informations.