v0.0.6
New release to add improvements of the last year: notably bug fixes, additions in terrain.py
, spatialstats.py
, improvement of NaN behaviour in Coreg
methods, updates due to changes in https://github.com/GlacioHack/GeoUtils/ and restructuration of the documentation.
This release also matches the environment used in Hugonnet et al. (2022), Uncertainty analysis of digital elevation models by spatial inference from stable terrain (see https://github.com/rhugonnet/dem_error_study).
What's Changed
- Fix Deramp by @rhugonnet in #202
- Update skgstat version to latest fixes by @rhugonnet in #207
- Add robust polynomial, sum of sinusoids fitting by @rhugonnet in #151
- Fix build failure by @rhugonnet in #210
- Re-enable blockwise test by @erikmannerfelt in #214
- Minor fix in interp_nd_binning by @rhugonnet in #219
- Add more options to spatialstats functions by @rhugonnet in #218
- Fix plot variogram by @rhugonnet in #220
- Fix bug and streamline in
DEM.to_vref/set_vref
, related tests, changeccrs
into a property by @rhugonnet in #222 - Add scaling factor details to
nmad
function description by @rhugonnet in #221 - Remove spatial tools by @atedstone in #228
- Fix nan skipping in patches method by @rhugonnet in #229
- Fix NaNs in "longyearbyen_ddem" example by @rhugonnet in #224
- Fixes bugs in
spatialstats
by @rhugonnet in #230 - Improve coreg methods with NaNs by @adehecq in #236
- Fix
DEM.copy
withnew_array
argument by @rhugonnet in #240 - Fix issue with NaNs masks in Coreg methods by @adehecq in #242
- Fix
get_terrain_attribute
bug withedge_method='none'
by @rhugonnet in #245 - Fix issue in volume.calculate_hypsometry_area when ddem_bins contain NaNs by @adehecq in #248
- Add terrain attributes (TRI, TPI, Roughness, Rugosity), add methods of slope, aspect, hillshade and test robustness against GDAL and richDEM by @rhugonnet in #227
- Restructure documentation and add or streamline beginner-friendly examples by @rhugonnet in #265
- Update spatialstats.py plot functions to work with provided ax by @adehecq in #269
- Add gaussian and exponential models to
fit_sum_model_variogram
by @rhugonnet in #271
New Contributors
- @atedstone made their first contribution in #228
Full Changelog: v0.0.5...v0.0.6