GlacioHack / geoutils

Analysis of georeferenced rasters and vectors
https://geoutils.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
86 stars 19 forks source link

Fix resampling not being passed to `stack_rasters` and add tests #601

Closed rhugonnet closed 2 months ago

rhugonnet commented 2 months ago

The resampling argument was not passed to reproject() in stack_rasters.

Added new tests that ensure it is done consistently now.

Resolves #599