GlacioHack / xdem

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

Store final number of points used by `subsample` in `Coreg` class #479

Closed rhugonnet closed 3 months ago

rhugonnet commented 4 months ago

Right now if subsample=500000 and there is only 1000 points to use during Coreg, Coreg._meta["subsample"] is still 500000. We need to add another attribute subsample_final that counts the number of points actually used.