xdem icon indicating copy to clipboard operation
xdem copied to clipboard

Analysis of digital elevation models (DEMs)

Results 103 xdem issues
Sort by recently updated
recently updated
newest added

When calculating terrain attributes with richdem, the function prints the reference to Horn et al each time. Is there a way to silent it? I don't think it's straightforward as...

enhancement

More and more questions are coming from users, often through the private way (email) and sometimes in issues. I've been thinking that we could activate GitHub discussions in both GeoUtils...

documentation
priority

We have tons of "wrapper" functions that can take either `Raster`, `np.ma.masked_array` or `np.ndarray` as input, but then only work on the `np.ndarray` (and possibly some metadata), and for output...

priority

Several ideas here in relation to the one-liner coregistration: https://github.com/GlacioHack/xdem/pull/267#pullrequestreview-1145346346 More generically: - The core functionalities of `Coreg` methods should live outside of `Coreg` classes for readability and flexibility (e.g.,...

priority

Nix is magic. Whether used in NixOS, as a standalone package manager, or in a nix/NixOS docker container, it improves repeatability and makes creating development environments a breeze. I personally...

enhancement
test-suite

SciPy have it, I'm not a big fan of the implementation (the name is crazy long), but it's probably going to be the one to last in time. For the...

[ssort](https://github.com/bwhmather/ssort) is a really cool tool that sorts functions and classes in the order that they are used. Basically, every file after sorting goes from low to high complexity down...

enhancement
test-suite

We could have a feature similar to [this](https://github.com/uw-cryo/opentopo_dem) directly implemented in xDEM to download global DEM dataset for any region.

new-feature

As promised in #422 , here's the other issue hehe. This is a strange one. I already have a fix, but I don't understand why it helps! ## Problem description...

bug

We need to make sure the `from_array` signatures match in the subclass.

bug