I tried to merge two Sentinel-1 coherence bursts but the result is not satisfying.
The issue is that merge_cubes discards the data which is not within the bbox of the first cube. @jdries is this behaviour expected? Is there a way to do the "real" merge?
cube1.merge_cubes(cube2) results in:

cube2.merge_cubes(cube1) results in:

I tried to merge two Sentinel-1 coherence bursts but the result is not satisfying.
The issue is that
merge_cubesdiscards the data which is not within the bbox of the first cube. @jdries is this behaviour expected? Is there a way to do the "real" merge?cube1.merge_cubes(cube2)results in:cube2.merge_cubes(cube1)results in: