Xdem Versions Save

Analysis of digital elevation models (DEMs)

v0.0.9

1 year ago

Minor fixes to documentation, and a release so that the new Readthedocs default branch stable displays things nicely.

What's Changed

Full Changelog: https://github.com/GlacioHack/xdem/compare/v0.0.8...v0.0.9

v0.0.8

1 year ago

Summary

This release follows a relook of the documentation of xDEM (+ new interactive features), mirroring changes in the brand new documentation of GeoUtils :partying_face:.

It also updates xDEM's behaviour with GeoUtils 0.0.11 for more implicit loading, casting of Raster.data to 2D, and the addition of the Mask class. See details on big changes here: https://github.com/GlacioHack/geoutils/releases/tag/v0.0.11.

The coreg.py module has also been streamlined (but this might only be the beginning!).

Additionally, the continuous-integration and tests have been improved.

What's Changed

New Contributors

Full Changelog: https://github.com/GlacioHack/xdem/compare/v0.0.7...v0.0.8

v0.0.7

1 year ago

What's Changed

Advances in spatialstats.py for ease of use, testing and documentation. Moved to Python 3.10 (3.7 removed) in CI and added test coverage stats uploaded to Coveralls.

Full Changelog: https://github.com/GlacioHack/xdem/compare/v0.0.6...v0.0.7

v0.0.6

1 year ago

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

New Contributors

Full Changelog: https://github.com/GlacioHack/xdem/compare/v0.0.5...v0.0.6

v0.0.5

2 years ago

Changelog

  • Renamed and revised xdem.spstats -> xdem.spatialstats
  • Added normalized hypsometric interpolation functions
  • Added N-dimensional binning function (for biases, non-stationarity quantification etc..
  • Added subsampling function
  • Added blockwise coregistration class.
  • Added N-dimensional linear interpolation functions.
  • Improved Raster/ndarray interchangeability
  • Performance enhancements.
  • Lots of bugfixes.

v0.0.4

3 years ago
  • several bug fixes to xdem.coreg
  • add xdem.filter module with preliminary functions

v0.0.3

3 years ago

Multiple bugfixes and improved dependency handling.

v0.0.2

3 years ago

Incremental release for testing purposes.