Skip to content

v0.1.6

Compare
Choose a tag to compare
@rhugonnet rhugonnet released this 01 Jun 05:41
· 37 commits to main since this release
d61c049

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() and interp_points() by @rhugonnet in #537
  • Add skip_nodata argument to Raster.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 and interp_points by @rhugonnet in #549
  • Fix interpn option of interp_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