v0.11.1
Rasters v0.11.1
Merged pull requests:
- optimise extract performance (#641) (@rafaqz)
- Fix backticks in zonal docstring (#654) (@asinghvi17)
- disallow missing values in CDM dims (#655) (@rafaqz)
- match to-dims with resample (#657) (@tiemvanderdeure)
- check crs (and sampling) in cellsize and reproject (#665) (@tiemvanderdeure)
- check memory use in coverage before allocating for a specified
scale
(#666) (@rafaqz) - fix name of unnamed raster (#667) (@rafaqz)
Closed issues:
- Can't open netcdf file as Raster (#605)
- Reading cropped array with Rasters is 4x slower than with GeoArrays (#618)
- Optimise extract for
Regular
lookups (#625) - slow speed in write nc (#642)
- Further optimize extract() for regularly spaced arrays (#653)
- rasters without a name are called
Symbol("Rasters.NoKW()")
(#658) coverage
should checkscale
before allocating larger-than-memory buffer arrays (#661)