Releases: rafaqz/Rasters.jl
Releases · rafaqz/Rasters.jl
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)
v0.6.0
Rasters v0.6.0
Closed issues:
- rasterize by a specified function and column (#333)
- Maybe dont overwrite files by default (#372)
- Feature request: dont check
isfile
for http sources (#406) - Error when building a
RasterStack
(#409)
Merged pull requests:
- add reduce method to rasterize (#336) (@rafaqz)
- Breaking: write and better read of series (#397) (@rafaqz)
- plots.jl recipes for series, and better thinning of plot tiles (#398) (@rafaqz)
- Fix a strange bug when plotting non-Float rasters (#405) (@asinghvi17)
- CompatHelper: bump compat for FillArrays to 1, (keep existing compat) (#408) (@github-actions[bot])
- Breaking: remove depricated
subset
function (#413) (@rafaqz) - fix rebuild_from_arrays (#419) (@rafaqz)
- Specify source with Symbol and add better filters for url sources (#421) (@rafaqz)
- improve performance of slice and combine (#422) (@rafaqz)
- make crs kw work in rasterize (#423) (@rafaqz)
- swap combine kw to collapse (#424) (@rafaqz)
v0.5.3
Rasters v0.5.3
Closed issues:
- rplot! should be deleted or fully implemented in the Makie extension (#402)
Merged pull requests:
- Remove
rplot!
(#403) (@asinghvi17) - Use the
getraster_kw
interface from RasterDataSources (#407) (@asinghvi17)
v0.5.2
Rasters v0.5.2
Closed issues:
- Move to using
getproperty
for accessingRasterStack
layers? (#231) - not a bug. Feature request in README (#366)
- the function mask runs too slow (#379)
resample
ing reverts order of dimension (#385)- Should singleton dimensions be dropped? (#387)
- Rplot fails with nancolor gl_convert (#401)
Merged pull requests:
- CompatHelper: bump compat for ArchGDAL to 0.10, (keep existing compat) (#364) (@github-actions[bot])
- up README (#369) (@lazarusA)
- MODIS datasets need more keyword arguments (#375) (@jguerber)
- plot subsetted rotated array (#377) (@rafaqz)
- Fix typos in rasterize docstrings (#378) (@felixcremer)
- lazy=false default (#381) (@rafaqz)
- Add disclaimer to
resample
. Closes #385. (#386) (@mauro3) - fix date (#388) (@mkborregaard)
- Add Makie recipes (#389) (@asinghvi17)
- New version with compat for ArchGDAL v0.10 (#390) (@asinghvi17)
- Yvikhlya yv/feature/manual sourcetype (#392) (@rafaqz)
- Fix typo (#393) (@metab0t)
- fix show missingval type (#394) (@rafaqz)
- fix extract doctest (#395) (@rafaqz)
- Fix the use of Observables and
nan_color
inrplot
(#404) (@asinghvi17)