GlacioHack / xdem

Analysis of digital elevation models (DEMs)
https://xdem.readthedocs.io/
MIT License
122 stars 37 forks source link

Add option to modify only input `transform` for shifts in `apply_matrix()`? #499

Closed rhugonnet closed 4 weeks ago

rhugonnet commented 3 months ago

This is mostly code architecture, it would allow to get rid of redundant apply_rst functions for Affine classes that only perform shifts (NuthKaab, VerticalShift, etc...). And ensure the apply operation is fully consistent across affine classes.