Skip to content

v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Aug 18:35
· 341 commits to main since this release
0061e6e

Rasters v0.4.0

Diff since v0.3.6

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)
  • refdims_title is incorrect when the referenced dim is of length 1 (#105)
  • Handle Netcdf bounds variables (#104)
  • NCDstack not lazy loading when selecting on dimensions? (#134)
  • Be more lazy (#136)
  • Write GDALarray with X-Y coordiates (#140)
  • No method to write GeoArrays of Int type? (#143)
  • Just use X, Y and Z and drop Lat/Lon and all Geo dims (#145)
  • Downscaling trips up contour plot (#148)
  • Rasterize polygons (#156)
  • netcdf loads CompoundPeriod step rather than e.g. Month(1) (#160)
  • Move RasterDataSources.jl wrappers here. (#162)
  • 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)

Merged pull requests: