v0.8.1
Rasters v0.8.1
Closed issues:
- Warnings when loading GLMakie after Rasters (#414)
- How do I add a
Raster
to aRasterStack
? (#420) - Fix heatmap MAKIE recipe (#428)
- rplot fails for certain raster type (#431)
- writing to netcdf changes dimensions and can result in ArgumentError (#461)
- Dims not extracting band information (#462)
- Constructing Rasters Fails on 0.8.0 (#463)
- Access to RasterDataSources could give error that indicates that ArchGDAL needs to be loaded in 0.8 (#468)
- RasterStack does not load lazily with directory path as argument (#469)
- calling read on 0 dimensional raster fails (#473)
- Wrong input for resample gives confusing error ArchGDALBackendException (#476)
Merged pull requests:
- fix warp memory driver compression error (#460) (@maxfreu)
- Updated error message when attempting to read a file without the appropriate backend. (#465) (@JoshuaBillson)
- move most of
reproject
back from the extension (#466) (@rafaqz) - Implemented Exceptions for Unloaded Backends (#467) (@JoshuaBillson)
- fix stack keywords (#470) (@rafaqz)
- fix typo in series filename swap (#472) (@maxfreu)
- generalise kw docs and add missing keywords where needed (#477) (@rafaqz)
- Throw method error or backend exception correctly (#480) (@rafaqz)
- Tweak makie plots (#485) (@rafaqz)