Releases: rafaqz/Rasters.jl
Releases · rafaqz/Rasters.jl
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)
v0.7.2
v0.7.1
v0.7.0
v0.6.3
v0.6.2
Rasters v0.6.2
Closed issues:
- Error with resample (#411)
- plot!(ax,r) not working as expected for neighboring tiles (#418)
- GDALError (CE_Failure, code 5) (#436)
Merged pull requests:
- make sure to check if there is a file name before adding it (#430) (@rafaqz)
- Fix 1D raster plotting (#433) (@asinghvi17)
- Fix some typos in line rasterization methods (#434) (@asinghvi17)
- fix gdal file load on windows (#437) (@rafaqz)
- bump patch version to 0.6.2 (#439) (@rafaqz)
v0.6.1
Rasters v0.6.1
Closed issues:
- Additional constructors for GeoArray? (#112)
- Use Transducers/folds for Threaded/GPU/Dagger parallelism (#171)
- Indexing with mappedcrs doesn't work as expected (#247)
- Limit plot tiling (#291)
- Catch missing
fill
column name earlier inrasterize
(#322) - MethodError: reducing over an empty collection is not allowed; consider supplying
init
to the reducer (#325) - Writing a
Raster
to tif crashes Julia on apple M2 (#343) - Problem detecting a source file type (#356)
- rasterize gives a confusing error when fill=:nonexistingcolumn (#365)
- Can not set output bounds with
resample
(#399) - Error with resample (#411)
- What are the expected input for the CRS? (#417)
Merged pull requests:
- Better resample (#425) (@rafaqz)
- Mention crs type in the docstrings (#426) (@felixcremer)