v0.1.9
This release adds robustness and modularity to the Raster.interp_points
functionality, which now supports all of SciPy's resampling methods with several nodata propagation options built on top, tested for accuracy.
What's Changed
- Fix resampling not being passed to
stack_rasters
and add tests by @rhugonnet in #601 - Define consistent nodata propagation for
interp_points
and allow to return interpolator by @rhugonnet in #560 - Update version number to
0.1.9
by @rhugonnet in #604
Full Changelog: v0.1.8...v0.1.9