GlacioHack / xdem

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

Remove `Bias1D/2D/ND` classes in favor of an `nd` metadata attribute #517

Closed rhugonnet closed 4 months ago

rhugonnet commented 5 months ago

This PR removes the BiasCorr1D/2D/ND classes that were effectively useless except for checking the number of input variables, now moved to the main BiasCorr class, with tests moved as well.

Resolves #514

Needed for #502, will merge pre-review now as it's a minimal change.

adehecq commented 4 months ago

Nice simplification !