v0.1.4
Minor fixes and changes, in particular changed Raster.dtypes
(tuple, from Rasterio originally) into Raster.dtype
(single dtype), as raster formats don't yet support multiple dtypes (or nodata values).
What's Changed
- Add tests for
Raster.get_mask
by @rhugonnet in #529 - Refactor
Raster.dtypes
tuple to aRaster.dtype
string by @rhugonnet in #528 - Fix
interp_points
test precision with SciPy 1.13.0 by @rhugonnet in #534 - Make
nodata
casting consistent based on new array type by @rhugonnet in #531 - Update release number to
0.1.4
by @rhugonnet in #535
Full Changelog: v0.1.3...v0.1.4