Skip to content

v0.4.6

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 18:07
· 259 commits to main since this release
1130512

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: