Skip to content

Releases: rafaqz/Rasters.jl

v0.6.2

04 May 13:53
044f76c
Compare
Choose a tag to compare

Rasters v0.6.2

Diff since v0.6.1

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:

v0.6.1

16 Apr 19:22
dd7a240
Compare
Choose a tag to compare

Rasters v0.6.1

Diff since v0.6.0

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 in rasterize (#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:

v0.6.0

16 Apr 01:15
511a419
Compare
Choose a tag to compare

Rasters v0.6.0

Diff since v0.5.3

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 aRasterStack (#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

30 Mar 19:55
c0c1ca7
Compare
Choose a tag to compare

Rasters v0.5.3

Diff since v0.5.2

Closed issues:

  • rplot! should be deleted or fully implemented in the Makie extension (#402)

Merged pull requests:

v0.5.2

26 Mar 17:06
aa74d4d
Compare
Choose a tag to compare

Rasters v0.5.2

Diff since v0.5.1

Closed issues:

  • Move to using getproperty for accessing RasterStack layers? (#231)
  • not a bug. Feature request in README (#366)
  • the function mask runs too slow (#379)
  • resampleing reverts order of dimension (#385)
  • Should singleton dimensions be dropped? (#387)
  • Rplot fails with nancolor gl_convert (#401)

Merged pull requests:

v0.5.1

06 Jan 21:25
53a9ed4
Compare
Choose a tag to compare

Rasters v0.5.1

Diff since v0.5.0

Closed issues:

  • Release notes seem to be off (#353)
  • How do I access a RasterStack's dimensions? (#354)
  • Unsatisfiable requirements detected for package HDF5 [f67ccb44]: (#360)

Merged pull requests:

v0.5.0

20 Dec 19:07
4a09859
Compare
Choose a tag to compare

Rasters v0.5.0

Diff since v0.4.6

Closed issues:

  • Infinite warnings while using mask (#347)

Merged pull requests:

  • force gdal to use Gtiff by default and test Complex writes (#351) (@rafaqz)
  • Stack getproptie gets layers, and DD 0.24 (#352) (@rafaqz)

v0.4.6

14 Dec 18:07
1130512
Compare
Choose a tag to compare

Rasters v0.4.6

Diff since v0.4.5

Closed issues:

  • Improve performance of GeoStack and GeoSeries by sharing and caching dims (#64)
  • Standardise access to multiple single slice arrays and a single multidimensional arrays (#70)
  • NCDstack not lazy loading when selecting on dimensions? (#134)
  • Be more lazy (#136)
  • Rasterize polygons (#156)
  • Compilation time is too long for very large stacks (#174)
  • _refdims_title not defined (#176)
  • Can't locate the documents for the latest v0.4.5 (#179)
  • Use bands as stack layers (#183)
  • Add a mask function (#184)
  • Add classify function. (#185)
  • Handle GeoInterface.jl points and polygons in mask (#195)
  • Writing GeoStack to NetCDF broken in version 0.5 (#202)
  • Incorrect type inference when reading from NetCDF in version 0.5 (#203)
  • Cannot use extract anymore (#214)
  • Add zeros, ones, rand, fill, falses, and trues to dispatch on Mapped/Projected mode dims (#216)
  • add crop/extend from polygons/points (#217)
  • Write GeoTIFF with close enough types, with a warning. (#218)
  • Should summary functions ignore NoData by default? (#229)
  • :filepath for Raster metadata in RasterSeries always set to first raster (#232)
  • Error when combining RasterSeries along a new dim (#234)
  • Can't write tif file - GridChunks has no field chunks (#244)
  • Missing value not skipped by SkipMissingVal (#245)
  • Rasterise Shapefile.Table features, and similar (#249)
  • Low efficiency of RasterDiskArray (#254)
  • tiff file bands name missing (#255)
  • Rasters install error (#256)
  • Add lazy keyword to constructors (#260)
  • Rotated/transformed dimensions (#263)
  • loading NetCDF file fine under Julia 1.6.0 and error with Julia 1.7.1 (#268)
  • rasterize broken documentation (#273)
  • Specifying custom dims (#275)
  • Problem while plotting a Raster from an ArchGDAL.jl-generated raster file (#284)
  • RasterSeries built from a RasterDataSource contains copies of the first array (only in v0.4.1) (#294)
  • combine is too slow (#298)
  • The eltype of a raster with missingval = missing is not Union{Missing, ...} (#307)
  • Can't write Float16 data cubes (#316)
  • Can not load complex tiff values (#319)
  • undefined references (#321)
  • boundary=:touches is broken (#326)
  • Saved rasterisation .tif is seen as invalid by gdalinfo (#337)
  • Leftover show statement in latest version when using Raster (#340)
  • mosaic to fail in the example (#341)
  • getindex fails trying to retrieve 2D coordinates of a Raster (#342)
  • mask function hangs on warning (#344)

Merged pull requests:

v0.4.5

11 Dec 22:20
519ab3a
Compare
Choose a tag to compare

Rasters v0.4.5

Diff since v0.4.4

Closed issues:

  • Improve performance of GeoStack and GeoSeries by sharing and caching dims (#64)
  • Standardise access to multiple single slice arrays and a single multidimensional arrays (#70)
  • NCDstack not lazy loading when selecting on dimensions? (#134)
  • Be more lazy (#136)
  • Rasterize polygons (#156)
  • Compilation time is too long for very large stacks (#174)
  • _refdims_title not defined (#176)
  • Can't locate the documents for the latest v0.4.5 (#179)
  • Use bands as stack layers (#183)
  • Add a mask function (#184)
  • Add classify function. (#185)
  • Handle GeoInterface.jl points and polygons in mask (#195)
  • Writing GeoStack to NetCDF broken in version 0.5 (#202)
  • Incorrect type inference when reading from NetCDF in version 0.5 (#203)
  • Cannot use extract anymore (#214)
  • Add zeros, ones, rand, fill, falses, and trues to dispatch on Mapped/Projected mode dims (#216)
  • add crop/extend from polygons/points (#217)
  • Write GeoTIFF with close enough types, with a warning. (#218)
  • Should summary functions ignore NoData by default? (#229)
  • :filepath for Raster metadata in RasterSeries always set to first raster (#232)
  • Error when combining RasterSeries along a new dim (#234)
  • Can't write tif file - GridChunks has no field chunks (#244)
  • Missing value not skipped by SkipMissingVal (#245)
  • Rasterise Shapefile.Table features, and similar (#249)
  • Low efficiency of RasterDiskArray (#254)
  • tiff file bands name missing (#255)
  • Rasters install error (#256)
  • Add lazy keyword to constructors (#260)
  • Rotated/transformed dimensions (#263)
  • loading NetCDF file fine under Julia 1.6.0 and error with Julia 1.7.1 (#268)
  • rasterize broken documentation (#273)
  • Specifying custom dims (#275)
  • Problem while plotting a Raster from an ArchGDAL.jl-generated raster file (#284)
  • RasterSeries built from a RasterDataSource contains copies of the first array (only in v0.4.1) (#294)
  • combine is too slow (#298)
  • The eltype of a raster with missingval = missing is not Union{Missing, ...} (#307)
  • Can't write Float16 data cubes (#316)
  • Can not load complex tiff values (#319)
  • undefined references (#321)
  • boundary=:touches is broken (#326)
  • Saved rasterisation .tif is seen as invalid by gdalinfo (#337)
  • Leftover show statement in latest version when using Raster (#340)
  • mosaic to fail in the example (#341)
  • getindex fails trying to retrieve 2D coordinates of a Raster (#342)
  • mask function hangs on warning (#344)

Merged pull requests:

v0.4.4

01 Dec 16:23
cd36aa3
Compare
Choose a tag to compare

Rasters v0.4.4

Diff since v0.4.3

Closed issues:

  • Improve performance of GeoStack and GeoSeries by sharing and caching dims (#64)
  • Standardise access to multiple single slice arrays and a single multidimensional arrays (#70)
  • NCDstack not lazy loading when selecting on dimensions? (#134)
  • Be more lazy (#136)
  • Rasterize polygons (#156)
  • Compilation time is too long for very large stacks (#174)
  • _refdims_title not defined (#176)
  • Can't locate the documents for the latest v0.4.5 (#179)
  • Use bands as stack layers (#183)
  • Add a mask function (#184)
  • Add classify function. (#185)
  • Handle GeoInterface.jl points and polygons in mask (#195)
  • Writing GeoStack to NetCDF broken in version 0.5 (#202)
  • Incorrect type inference when reading from NetCDF in version 0.5 (#203)
  • Cannot use extract anymore (#214)
  • Add zeros, ones, rand, fill, falses, and trues to dispatch on Mapped/Projected mode dims (#216)
  • add crop/extend from polygons/points (#217)
  • Write GeoTIFF with close enough types, with a warning. (#218)
  • Should summary functions ignore NoData by default? (#229)
  • :filepath for Raster metadata in RasterSeries always set to first raster (#232)
  • Error when combining RasterSeries along a new dim (#234)
  • Can't write tif file - GridChunks has no field chunks (#244)
  • Missing value not skipped by SkipMissingVal (#245)
  • Rasterise Shapefile.Table features, and similar (#249)
  • Low efficiency of RasterDiskArray (#254)
  • tiff file bands name missing (#255)
  • Rasters install error (#256)
  • Add lazy keyword to constructors (#260)
  • Rotated/transformed dimensions (#263)
  • loading NetCDF file fine under Julia 1.6.0 and error with Julia 1.7.1 (#268)
  • rasterize broken documentation (#273)
  • Specifying custom dims (#275)
  • Problem while plotting a Raster from an ArchGDAL.jl-generated raster file (#284)
  • RasterSeries built from a RasterDataSource contains copies of the first array (only in v0.4.1) (#294)
  • combine is too slow (#298)
  • The eltype of a raster with missingval = missing is not Union{Missing, ...} (#307)
  • Can't write Float16 data cubes (#316)
  • Can not load complex tiff values (#319)
  • undefined references (#321)
  • boundary=:touches is broken (#326)
  • Saved rasterisation .tif is seen as invalid by gdalinfo (#337)
  • mosaic to fail in the example (#341)

Merged pull requests: