Romain Hugonnet

Results 44 comments of Romain Hugonnet

This thread reminds me of our discussion with @snowman2 here: https://github.com/pyproj4/pyproj/issues/761. I ended up using that to implement a vertical reference transformation in xDEM: https://github.com/GlacioHack/xdem/blob/main/xdem/dem.py#L167 (need to write more tests...

Reviving this thread! (funny seeing you here @dcodrut :wink:) Hi @sgillies and all, I'm repeating myself but thanks for all the work creating/maintaining this package and others! :slightly_smiling_face: I know...

Yes, the 10 lines in `Coreg.apply()` for "reconstructing" for example: https://github.com/GlacioHack/xdem/blob/main/xdem/coreg/base.py#L1160

We could do the same to construct masks from a `Vector`, a `Mask`, an array, etc... It is used everywhere! Something like this: https://github.com/GlacioHack/xdem/blob/main/xdem/spatialstats.py#L593

Forgot this before releasing: we should move `noisyopt` to optional imports EDIT: Done in #397

Great, more work :wink: ! Can't wait to have all of those implemented :)

@erikmannerfelt maybe #108 closes this?

Yes, this seems great! I think we've tried to respect this most of the time, but enforced it would also make it become "obvious" when we need to split a...

Relevant: https://discuss.python.org/t/concerns-regarding-deprecation-of-fork-with-alive-threads/33555

+1 for synthetic approaches! Fully agree, and we should probably talk in "volume change" terms instead of "mass balance"! This kind of calculation can technically be applied to snow, forest,...