Skip to content

v0.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Dec 11:17
· 208 commits to main since this release
bed9992

Rasters v0.10.0

Diff since v0.9.0

Breaking changes

  • extract accepts arrays and tables, but not arbitrary iterators
  • rplot doesn't accept a plottype keyword, only heatmap! works
  • gdal Points raster write output will be slightly different, but in a good way :)

Merged pull requests:

Closed issues:

  • NetCDF-4 classic model file: empty char variable cannot be read (#305)
  • resample reverses one dim (#384)
  • Error plotting 1D dataset with Makie (#412)
  • Plotting heatmaps using CairoMakie fails after version 0.8.1 (#492)
  • SLC Incorrect Data on Write (#502)
  • add direct (test?) dependency on GDAL (#521)
  • Method links to resample and warp are broken (#537)
  • Shifting coordinates with resample (#538)
  • tag new version with upgrade of DimensionalData (#544)
  • wrong extent of Raster (#555)
  • how to tell Raster my tiff is a Center coordinate (#556)
  • Axes in rplot should be linked (#560)
  • Projection of a tiff (#562)
  • Rasterize Line on large grid has lots of empty pixels (#567)
  • How can one convert a DataFrames into a raster without knowing the resolution and extent? (#572)