v0.1.1
Some documentation fixes, bug fixes and more tests, in particular preventing default prefilter
argument of scipy.map_coordinates
from negatively affecting the Raster.interp_points()
function in case of large amounts of nodata values.
What's Changed
- Fix code lines in side-by-side examples of "About GeoUtils" by @rhugonnet in #493
- Make
interp_points
robust to non-equal grids and impractical default SciPy arguments by @rhugonnet in #484 - Fix nodata not appearing in representation of
Raster
by @rhugonnet in #497 - Replace
indexes
intobands
in documentation by @rhugonnet in #498 - Update version number to
0.1.1
by @rhugonnet in #507
Full Changelog: v0.1.0...v0.1.1