v0.11.0
Rasters v0.11.0
Merged pull requests:
- Integration of CommonDataModel sources (#416) (@tcarion)
- fix common data model chunk propagation, source type propagation, and other things (#592) (@rafaqz)
- fix cellsize (#595) (@tiemvanderdeure)
- fix writing points dims to netcdf (#597) (@rafaqz)
- add TILED=YES creation option for gdal write (#598) (@maxfreu)
- missingmask of all layers in rasterstack (#599) (@tiemvanderdeure)
- boolmask for rasterstack/series (#601) (@tiemvanderdeure)
- update cdm and bugfix (#607) (@rafaqz)
- File checks (#608) (@rafaqz)
- overhaul keywords (#612) (@rafaqz)
- add extra checks to _missingval_from_gdal when x is a float (#613) (@tiemvanderdeure)
- better filestack performance (#614) (@rafaqz)
- keep the name of a Raster when resampling (#616) (@tiemvanderdeure)
- skip
missingval
when callingextract
withskipmissing
=true
(#617) (@tiemvanderdeure) - Update extract.jl (#620) (@alex-s-gardner)
- fix reading a lazy rasterstack (#621) (@tiemvanderdeure)
- extract over rows if rows are geometries (#622) (@tiemvanderdeure)
- Specify the units of
res
in docstrings (#627) (@asinghvi17) - fix filename show (#628) (@rafaqz)
- fix
trim
for dim length over 4 (#630) (@rafaqz) - Fix typos (#631) (@felixcremer)
- wrap var in diskarray in when writing netcdf (#633) (@tiemvanderdeure)
- test allocations when writing (#635) (@tiemvanderdeure)
- Faster geom extract (#638) (@rafaqz)
- collapse missingval when constructing rasterstack if possible (#639) (@tiemvanderdeure)
- Dd (#645) (@rafaqz)
- stack replace_missing and bugfixes (#647) (@rafaqz)
- remove HDF5 module from docs (#649) (@rafaqz)
- fix docs plots (#650) (@rafaqz)
- Fix and test rasterize for feature collections (#651) (@rafaqz)
Closed issues:
- Save SMAP (#48)
- Spherical manifolds etc. (#60)
- Add NoMissingVal type (#77)
- Load data cubes (#154)
- cat for stacks and series (#177)
- Polynomial RasterStack creation time (#226)
- Fix compilation time (#258)
- Support for GRIB files (#282)
- Opening a Vector Dataset yields unclear error (#300)
- Dict() as metadata (#302)
- Choose a better color scheme (#355)
- Trying to save a converted YAXArray to NetCDF fails with OutofMemory error (#368)
- Equivalent of
coords
in GeoArrays.jl (#382) - Split-apply-combine on rasterlayers (#396)
- Help: Understranding StackRaster (#471)
write
of a Raster with crs fails (#482)- Do not save source files in gh-pages branch after docs creation was: git repo too large (#543)
- Rasters can not be read by QGIS (#589)
- missingval keyword for RasterStack (#611)
- Is there a way to get index of nearest location for a set of coordinates? (#619)
- verbose = false in
rasterize
does not suppress "Info" (#624) - Error while displaying synthetically generated RasterStack: filename not found (#626)
trim
scales poorly with number of dimensions (#629)- Faster polygon and line
extract
(#637) - netcdf time axis gets irregular values (#646)
- Can't rasterize a
GI.FeatureCollection
(#648)