Skip to content

Releases: UM-RMRS/raster_tools

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)

v0.6.0

13 Feb 22:38
Compare
Choose a tag to compare
  • Add experimental explore method to raster class.
  • Add Raster.set_null to allow modification of raster masks.
  • Refactor Raster.burn_mask to be less invasive and destructive.
  • Allow reclassify and remap_range to map values to null.

v0.5.1

12 Feb 18:49
Compare
Choose a tag to compare
  • Fix missing dependency

v0.5.0

06 Feb 01:30
Compare
Choose a tag to compare
  • Begin integrating odc-geo
  • Add Raster.geobox property (53dc159)
  • Add reproject function and Raster.reproject method. (9c9d74e)
  • Fix FutureWarning (959d768)

v0.4.1

27 Jan 01:01
Compare
Choose a tag to compare
  • Silence future warning from pandas.stack adc53fe

v0.4.0

25 Jan 17:58
Compare
Choose a tag to compare
  • Refactored reclassify() to handle float rasters and float values in the mapping.
  • Added Raster.load() to eventually replace Raster.eval().
  • Added Raster.to_numpy() to mirror xarray and pandas objects.