Skip to content

v0.19.0

Choose a tag to compare

@github-actions github-actions released this 18 Jan 02:16
· 32 commits to main since this release

Release Notes

New Features

  • Add a function called sample_window to remsample a raster dataset using a window size and a rasterio supported resampling method. This is an efficient way of sampling large raster datasets without reading the entire dataset into memory. The function returns a generator that yields the sampled values in the order of the input coordinates. This function is based on the rasterio.sample.sample_gen function.
  • Add a function called geo_transform for transforming any Shapely geometry to a new CRS. It could be a single geometry or an array of geometries.