Romain Hugonnet
Romain Hugonnet
As we discussed several times before, but we did not have a separate issue for it. Quite an important though easy change: it'll minimize user errors (inverting order of input...
## Summary (Moved from https://github.com/GlacioHack/xdem/pull/508. Some functions were written with help from @ameliefroessl, after discussions that stemmed in https://github.com/GlacioHack/xdem/discussions/501.) This PR adds three **out-of-memory** raster operations: 1. **Subsampling** (that respects...
Mirrors https://github.com/GlacioHack/xdem/issues/522
In #537: > It would be great to compare at least runtime between the non delayed and delayed approaches, for arrays that fit in memory. To check that the method...
Already mentioned when discussing #383, we need to move out all function of `Raster` and `Vector` to live outside the class, both to facilitate the Xarray accessor and tests. Here's...
For raster grid resampling to be always done the same, such as "bilinear", "cubic", etc using `reproject()`. But also for raster interpolation to points in `interp_points()` and other functionalities such...
After more thinking, the organization `Raster` / `SatelliteImage` / `DEM` does not make so much sense anymore: some DEMs can be purely modelled, and are not necessarily from an acquisition....
Following #509 Could add a link to the page in the error message to help the user make his choice!
To avoid forgetting to update the dependencies in the conda recipe. Maybe we should use https://github.com/conda/grayskull?
For a lot of operations (rasterizing, creating mask, point interpolation, and all geometrical operations inherited from Shapely), we mostly require a `Vector`'s geometry columns, but not all of the tabular...