Skip to content

v0.14.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jan 15:15
· 6 commits to main since this release
212db85

Rasters v0.14.0

Diff since v0.13.1

Breaking changes

  • missingval is now missing by default. You can set it with missingval=somethingelse like NaN. missingval=Rasters.missingval will just run the missingval function on the source dataset to find the existing missing value, which is pretty much the behaviour before this PR. You can also do missingval=source=>dest with a Pair if you know there is a missing value that is incorrectly/not specified in the files metadata - there will be no automatic detection at all.
  • scale and offset are applied by default where found in array metadata. scaled=false in Raster or RasterStack will turn this off. raw=true will too, and also use the original missing value - the source array will be unchanged.
    -aggregated and disaggregate have slightly changed arguments and keywords, along with optimisations
    -mosaic also has some argument/keyword changes

Merged pull requests:

  • Breaking: Faster/better aggregate (#763) (@rafaqz)
  • CompatHelper: bump compat for GRIBDatasets in [weakdeps] to 0.4, (keep existing compat) (#805) (@github-actions[bot])
  • Faster mosaic (#839) (@rafaqz)
  • CompatHelper: bump compat for Makie in [weakdeps] to 0.22, (keep existing compat) (#858) (@github-actions[bot])
  • add multidimensional spatial means tutorial (#860) (@tiemvanderdeure)
  • Merge breaking changes (#863) (@rafaqz)