v0.10.0
Rasters v0.10.0
Breaking changes
- extract accepts arrays and tables, but not arbitrary iterators
rplot
doesn't accept a plottype keyword, onlyheatmap!
works- gdal
Points
rasterwrite
output will be slightly different, but in a good way :)
Merged pull requests:
- Warp fixes (#545) (@rafaqz)
- fix api reference docs images (#550) (@rafaqz)
- bump NCDatasets to v0.13 (#552) (@kongdd)
- fix makie for RGB rasters (#553) (@rafaqz)
- clean up grd (#554) (@rafaqz)
- document, test and add keyword method for
reproject
(#563) (@rafaqz) - Better extract (#565) (@rafaqz)
- Extend fixes (#568) (@rafaqz)
- allow Makie 0.20 (#569) (@rafaqz)
- limit rplot to heatmap! for now (#573) (@rafaqz)
- introduce threadsafe rasterize so last and some custom funcs can be fast (#575) (@rafaqz)
- Fix writing GDAL "Points" on reversed axes (#577) (@rafaqz)
Closed issues:
- NetCDF-4 classic model file: empty
char
variable cannot be read (#305) resample
reverses one dim (#384)- Error plotting 1D dataset with Makie (#412)
- Plotting heatmaps using CairoMakie fails after version 0.8.1 (#492)
- SLC Incorrect Data on Write (#502)
- add direct (test?) dependency on GDAL (#521)
- Method links to
resample
andwarp
are broken (#537) - Shifting coordinates with resample (#538)
- tag new version with upgrade of DimensionalData (#544)
- wrong extent of Raster (#555)
- how to tell Raster my tiff is a Center coordinate (#556)
- Axes in rplot should be linked (#560)
- Projection of a tiff (#562)
- Rasterize Line on large grid has lots of empty pixels (#567)
- How can one convert a DataFrames into a raster without knowing the resolution and extent? (#572)