Skip to content

Releases: rafaqz/Rasters.jl

v0.10.1

01 Jan 12:32
c63af55
Compare
Choose a tag to compare

Rasters v0.10.1

Diff since v0.10.0

Merged pull requests:

Closed issues:

  • Export extent and show resolution if it is available. (#574)
  • Create a RasterStack from raster data with slightly different resolutions, dimensions and extents. (#576)
  • extract throws an error when called on RasterStack (#582)
  • How to create a single RasterStack from multiple multi-layer TIFF files with different extents while preserving the original band names.? (#585)
  • Create a custom Kernel density function with 3 methods (#586)

v0.10.0

12 Dec 11:17
bed9992
Compare
Choose a tag to compare

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)

v0.9.0

24 Oct 12:01
f25515f
Compare
Choose a tag to compare

Rasters v0.9.0

Diff since v0.8.4

Merged pull requests:

Closed issues:

  • Write test for calling RasterSeries(x; duplicate_first=true) (#474)
  • Should non-spatial-specific plotting capabilities be moved to DimensionalData.jl? (#495)
  • Link broken in README.md (#496)
  • mask fails to update existing missing values when missingval is set (#505)
  • Resampling throws UndefVarError: T not defined (#509)
  • Makie image recipe is putting the data on the wrong lat lon position (#510)
  • Rasters.write for ArchGDAL tiff incorrect blocksize (#527)
  • rasterize issues (#529)
  • Turn off threading for rasterizing really large rasters (#532)
  • How to pass kw args to create cog (#535)
  • warp broken since 16f2384 (#540)

v0.8.4

03 Sep 17:44
64de1c9
Compare
Choose a tag to compare

Rasters v0.8.4

Diff since v0.8.3

Closed issues:

  • Help: Is there a way to get cellsize (#415)
  • StackOverflowError on empty init of RasterStack (#506)

Merged pull requests:

v0.8.3

05 Aug 19:50
81f4d78
Compare
Choose a tag to compare

Rasters v0.8.3

Diff since v0.8.2

Merged pull requests:

v0.8.2

04 Aug 18:53
4b6272d
Compare
Choose a tag to compare

Rasters v0.8.2

Diff since v0.8.1

Merged pull requests:

v0.8.1

31 Jul 21:43
b2e06e9
Compare
Choose a tag to compare

Rasters v0.8.1

Diff since v0.8.0

Closed issues:

  • Warnings when loading GLMakie after Rasters (#414)
  • How do I add a Raster to a RasterStack? (#420)
  • Fix heatmap MAKIE recipe (#428)
  • rplot fails for certain raster type (#431)
  • writing to netcdf changes dimensions and can result in ArgumentError (#461)
  • Dims not extracting band information (#462)
  • Constructing Rasters Fails on 0.8.0 (#463)
  • Access to RasterDataSources could give error that indicates that ArchGDAL needs to be loaded in 0.8 (#468)
  • RasterStack does not load lazily with directory path as argument (#469)
  • calling read on 0 dimensional raster fails (#473)
  • Wrong input for resample gives confusing error ArchGDALBackendException (#476)

Merged pull requests:

v0.8.0

04 Jun 23:30
2a4be87
Compare
Choose a tag to compare

Rasters v0.8.0

Diff since v0.7.2

Closed issues:

  • Put all deps in extensions (#444)
  • Issue reading a NC-file in 0.5.2 (#449)
  • [Help wanted] Add dimension (#453)
  • GDAL Error when reading many files: GDALOpen() called with too many recursion levels (#455)
  • netcdf error on remote data (#457)

Merged pull requests:

  • Breaking: Split up dependencies with package extensions (#450) (@rafaqz)
  • Fix grid mapping detection (#454) (@rafaqz)
  • use :static threading until the potential for bugs is clearer with :dynamic (#456) (@rafaqz)
  • test netcdf source propagation for urls (#458) (@rafaqz)
  • Explain extensions in readme (#459) (@rafaqz)

v0.7.2

26 May 14:17
75fd5f5
Compare
Choose a tag to compare

Rasters v0.7.2

Diff since v0.7.1

Merged pull requests:

v0.7.1

25 May 06:15
9ec78f0
Compare
Choose a tag to compare

Rasters v0.7.1

Diff since v0.7.0

Closed issues:

  • 0.7.0 Doesn't Compile On Julia 1.7 (#451)