Replies: 1 comment 7 replies
-
Thanks @cwywilson for opening this! Might be linked to #604 that @quinto-clara is looking at right now. The blockwise functionality is undergoing a bit of a "revamp" as this code was on the older side, and less tested than the rest. It should become more robust in the future 😉. |
Beta Was this translation helpful? Give feedback.
-
Hi Everyone,
I'm trying to use blockwise_coreg = xdem.coreg.BlockwiseCoreg(xdem.coreg.NuthKaab(), subdivision=16) to coregister my photogrammetry-derived DEM (which contains a lot of noise) to a reference DEM with a glacier mask.
However, after several attempts, it seems that BlockwiseCoreg doesn't properly apply the glacier mask during the fit and apply steps, and it's still performing coregistration on the glacier-covered areas.
The glacier mask works correctly when using xdem.coreg.NuthKaab() as a global coregistration.
Also, whenever I use BlockwiseCoreg, it takes up a lot of memory. Could this be a memory limitation affecting the process size? Is there an alternative way to handle this, such as using Dask to manage the memory load?
Could you help me understand how to fix this issue?
Beta Was this translation helpful? Give feedback.
All reactions