Releases: UM-RMRS/raster_tools
Releases · UM-RMRS/raster_tools
v0.6.0
- 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.0
- Begin integrating odc-geo
- Add
Raster.geobox
property (53dc159)
- Add
reproject
function and Raster.reproject
method. (9c9d74e)
- Fix FutureWarning (959d768)
v0.4.1
- Silence future warning from
pandas.stack
adc53fe
v0.4.0
- 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.
v0.3.0
What's Changed
- ENH: Add support for opening netCDF and GRIB files with the
raster_tools.open_dataset
function.
- MNT: Fix deprecation warnings.