v0.1.6
This release includes Dask-based functionalities for reprojecting, interpolating and subsampling rasters out-of-memory, which will be available through the future Xarray accessor mirroring the Raster
API! It also adds and improves the "point cloud"-"raster" interface, with some functionalities that will be exposed later through the future PointCloud
object/GeoPandas accessor.
What's Changed
- Add Dask-delayed raster
subsample()
,reproject()
andinterp_points()
by @rhugonnet in #537 - Add
skip_nodata
argument toRaster.to_pointcloud
by @rhugonnet in #546 - Add
Raster.from_pointcloud_regular
to reconstruct a raster from a point cloud by @rhugonnet in #547 - Wrap transform shift into function outside of
Raster
class by @rhugonnet in #548 - Small fixes and optimizations for
to_pointcloud
andinterp_points
by @rhugonnet in #549 - Fix
interpn
option ofinterp_points
by @rhugonnet in #554 - Add point cloud gridding by @rhugonnet in #553
- Update release number to
0.1.6
by @rhugonnet in #556
Full Changelog: v0.1.5...v0.1.6