Skip to content

Releases: UM-RMRS/raster_tools

v0.9.2

22 Aug 00:15
Compare
Choose a tag to compare
  • Allow URLs to be passed to Raster constructor (dc3d5bc)

v0.9.1

27 Jun 19:22
Compare
Choose a tag to compare
  • Remove debug assert

v0.9.0

07 Jun 20:01
Compare
Choose a tag to compare
  • Add ability to handle overlapping features in zonal_stats with handle_overlap kwarg (5d4df2a)

v0.8.4

29 May 18:58
Compare
Choose a tag to compare
  • Fix issue in raster_tools.general.where that caused the result to be missing its mask (e2fbac2)

v0.8.3

16 May 23:00
Compare
Choose a tag to compare

*Fix issue where mapping to null did not set a null value (0de3aa7).

v0.8.2

09 May 01:36
Compare
Choose a tag to compare
  • Fix issue where target_values were ignored in proximity analysis. (c12edd1)

v0.8.1

19 Apr 23:11
Compare
Choose a tag to compare
  • Fix issue where clipping multi-band rasters would fail (e846cfd)

v0.8.0

08 Apr 18:38
Compare
Choose a tag to compare
  • Raster.to_points now returns a dataframe with a unique index for each row.

v0.7.0

27 Mar 19:15
Compare
Choose a tag to compare
  • Pin dask to <=2024.2 until dask-geopandas can update to use the new dask-expr API (1f8a568)
  • Fix documentation for rasterization (4bf8508)
  • Fix issue in line_stats where dask would auto-rechunk causing actual chunks to differ from expected (23ababb)
  • Speed up and simplify Raster.get_chunk_rasters (6beb9f1)

v0.6.1

05 Mar 21:33
Compare
Choose a tag to compare
  • Fix backward compatibility issue with Dask (3781e23)