Romain Hugonnet
Romain Hugonnet
I could not find much either. Here's what I put together: - For the wrong direction: it seems directly linked to the way `apply` is done in `BlockwiseCoreg`, as all...
Still not fixed but will maybe be looked at in #598? @adebardo can keep us posted on this (and potentially `warp_dem` too).
These artefacts were fixed by @adebardo in #707 by using point gridding from GeoUtils (using `scipy.griddata`) on the warped point cloud from the blockwise. See the same plot as above...
Amazing, your implementations are much shorter, probably also more computationally efficient than ours (I wonder if our "if" loops slow down the process or not at all, I don't have...
Hey @trchudley, Revisiting this now as I finished optimizing the terrain attributes in xDEM, see #486. Turns out Numba is only twice as fast as SciPy for convolutions, and Numba...
Great! It is definitely not urgent, enjoy your time away! 😄
Hi @trchudley, Thanks a lot, this is amazing! I agree, we should drop the current maximum curvature and follow the Florinsky definition (mirroring it for the corresponding Zevenberg and Thorne...
Wow, thanks for digging deep on this @trchudley! 😄 This clarified the whole picture. The Minár _et al._ (2020) is really a little gem! A bit dense, but quite thorough...
Hi @trchudley, sorry for the delayed reply, I was moving this past week. Agree with 1/2/3! Thanks for the summary on geometric versus directional derivatives. I think I'd be in...
Hi @trchudley, I also let this slip, sorry! I'm finally done with onboarding at my new uni. 😅 I looked over at the perspective changes for the API: 1. For...