Releases: rafaqz/Rasters.jl
Releases · rafaqz/Rasters.jl
v0.10.1
Rasters v0.10.1
Merged pull requests:
- Fix resample missingval (#578) (@rafaqz)
- CompatHelper: bump compat for Adapt to 4, (keep existing compat) (#579) (@github-actions[bot])
- use GeoInterface.crs (#580) (@rafaqz)
- Fixed
extract
bug forRasterStack
(#581) (@JoshuaBillson) - Fix series loading from type with keywords (#583) (@rafaqz)
- Fixes (#588) (@rafaqz)
Closed issues:
- Export
extent
and show resolution if it is available. (#574) - Create a RasterStack from raster data with slightly different resolutions, dimensions and extents. (#576)
extract
throws an error when called onRasterStack
(#582)- How to create a single RasterStack from multiple multi-layer TIFF files with different extents while preserving the original band names.? (#585)
- Create a custom Kernel density function with 3 methods (#586)
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)
v0.9.0
Rasters v0.9.0
Merged pull requests:
- mask and mask! now remove missing values in the source raster (#507) (@JoshuaBillson)
- tweak makie plots (#512) (@rafaqz)
- gdal cleanup (#516) (@rafaqz)
- fix reproject error (#517) (@rafaqz)
- test and warn when rasterizing empty things (#525) (@rafaqz)
- Update dd (#526) (@rafaqz)
- Fix gdal drivers and options (#528) (@rafaqz)
- rasterize GeometryCollection (#531) (@rafaqz)
- use BitArray for burning buffer (#533) (@rafaqz)
- Reorganise geometry burning (#534) (@rafaqz)
- add possibility to specify crop dimensions (#539) (@maxfreu)
- Theme fixes (#541) (@rafaqz)
- auto-convert option dicts to Dict{String, String} (#542) (@maxfreu)
- output png not svg for CairoMakie (#546) (@rafaqz)
- add preview deleting yml (#547) (@rafaqz)
- bump minor version to 0.9.0 (#548) (@rafaqz)
- Make RasterDataSources use tmp instead of . in docs (#549) (@felixcremer)
Closed issues:
- Write test for calling RasterSeries(x; duplicate_first=true) (#474)
- Should non-spatial-specific plotting capabilities be moved to DimensionalData.jl? (#495)
- Link broken in README.md (#496)
mask
fails to update existing missing values whenmissingval
is set (#505)- Resampling throws UndefVarError:
T
not defined (#509) - Makie image recipe is putting the data on the wrong lat lon position (#510)
- Rasters.write for ArchGDAL tiff incorrect blocksize (#527)
- rasterize issues (#529)
- Turn off threading for rasterizing really large rasters (#532)
- How to pass kw args to create cog (#535)
- warp broken since 16f2384 (#540)
v0.8.4
Rasters v0.8.4
Closed issues:
Merged pull requests:
v0.8.3
v0.8.2
Rasters v0.8.2
Merged pull requests:
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)
v0.8.0
Rasters v0.8.0
Closed issues:
- Put all deps in extensions (#444)
- Issue reading a NC-file in 0.5.2 (#449)
- [Help wanted] Add dimension (#453)
- GDAL Error when reading many files: GDALOpen() called with too many recursion levels (#455)
- netcdf error on remote data (#457)
Merged pull requests:
- Breaking: Split up dependencies with package extensions (#450) (@rafaqz)
- Fix grid mapping detection (#454) (@rafaqz)
- use :static threading until the potential for bugs is clearer with :dynamic (#456) (@rafaqz)
- test netcdf source propagation for urls (#458) (@rafaqz)
- Explain extensions in readme (#459) (@rafaqz)