Skip to content

Releases: rafaqz/Rasters.jl

v0.11.8

23 Sep 12:06
a9bf2f9
Compare
Choose a tag to compare

Rasters v0.11.8

Diff since v0.11.7

Merged pull requests:

Closed issues:

  • Plotting RGB Rasters with Makie (#518)
  • Makie incompatibility (#571)
  • stable docs link on github landing page broken (#709)
  • Method ambiguity between convert_arguments definitions in Rasters and DimensionalData Makie extensions (#719)
  • resample doesn't work (#726)
  • geometrycolumns argument not respected in rasterize (#744)
  • cellsize doesn't seem to be correct (#746)
  • rasterize is not covering the full extent of the input polygon (#749)

v0.11.7

21 Aug 12:02
ab06d07
Compare
Choose a tag to compare

Rasters v0.11.7

Diff since v0.11.6

Merged pull requests:

v0.11.6

20 Aug 18:29
ff09e2f
Compare
Choose a tag to compare

Rasters v0.11.6

Diff since v0.11.5

Merged pull requests:

  • allow crop to work with unformatted dimensions, and test (#714) (@rafaqz)

Closed issues:

  • behaviour of crop to a Dimension (#712)

v0.11.5

18 Aug 00:16
2adfc09
Compare
Choose a tag to compare

Rasters v0.11.5

Diff since v0.11.4

Merged pull requests:

Closed issues:

  • resample, method=:sum errors (#700)
  • Error when writing .tif files with rasters reduced from 3 dimensions. (#703)
  • extract does not work with RasterStack? (#708)
  • Fails to print a Raster of a DimGroupByArray when the elements are Rasters (#710)

v0.11.4

16 Jul 00:36
490827f
Compare
Choose a tag to compare

Rasters v0.11.4

Diff since v0.11.3

Merged pull requests:

Closed issues:

  • Use unit metadata, especially time (#17)
  • Intersect between SpatialLines and AbstractRaster (#233)
  • Accumulation Cost or Cost distance feature (#410)
  • Values of missingval still shown in the overview of the Raster (#610)
  • Allow Users to Read Data Exceeding Free Memory (#690)

v0.11.3

09 Jun 08:37
fc10563
Compare
Choose a tag to compare

Rasters v0.11.3

Diff since v0.11.2

Merged pull requests:

Closed issues:

  • Where selection for Netcdf raster slower than for in Memory raster with same dimensions (#594)
  • Error openning a variable from NetCDF (#670)
  • push new version? (v0.11.3) (#682)

v0.11.2

20 May 09:32
65dcd0c
Compare
Choose a tag to compare

Rasters v0.11.2

Diff since v0.11.1

Merged pull requests:

Closed issues:

  • Comparing Julia's Rasters.zonal vs Python's Geopandas + Rasterio (#312)
  • Write seems to consume a lot of memory (#317)
  • OutOfMemoryError() when loading a vrt file (#367)
  • rasterize of Raster from YAXArrays fails (#475)
  • typeof(missingval) should be a subtype of eltype (#519)
  • Comparing R Terra and Julia Rasters crop function: alignment y to the geometry of x (#557)
  • Add TILED=YES to gdal default write options (#564)
  • How do I write a RasterStack object to a GeoTIFF file using the Rasters package? (#570)
  • In aggregate functions issues of scale as integer and float (#587)
  • cellsize should error informatively if there is no CRS (#660)
  • cellsize should error with Points (#662)

v0.11.1

13 May 11:12
43f0806
Compare
Choose a tag to compare

Rasters v0.11.1

Diff since v0.11.0

Merged pull requests:

Closed issues:

  • Can't open netcdf file as Raster (#605)
  • Reading cropped array with Rasters is 4x slower than with GeoArrays (#618)
  • Optimise extract for Regular lookups (#625)
  • slow speed in write nc (#642)
  • Further optimize extract() for regularly spaced arrays (#653)
  • rasters without a name are called Symbol("Rasters.NoKW()") (#658)
  • coverage should check scale before allocating larger-than-memory buffer arrays (#661)

v0.11.0

29 Apr 11:31
892688d
Compare
Choose a tag to compare

Rasters v0.11.0

Diff since v0.10.1

Merged pull requests:

Closed issues:

  • Save SMAP (#48)
  • Spherical manifolds etc. (#60)
  • Add NoMissingVal type (#77)
  • Load data cubes (#154)
  • cat for stacks and series (#177)
  • Polynomial RasterStack creation time (#226)
  • Fix compilation time (#258)
  • Support for GRIB files (#282)
  • Opening a Vector Dataset yields unclear error (#300)
  • Dict() as metadata (#302)
  • Choose a better color scheme (#355)
  • Trying to save a converted YAXArray to NetCDF fails with OutofMemory error (#368)
  • Equivalent of coords in GeoArrays.jl (#382)
  • Split-apply-combine on rasterlayers (#396)
  • Help: Understranding StackRaster (#471)
  • write of a Raster with crs fails (#482)
  • Do not save source files in gh-pages branch after docs creation was: git repo too large (#543)
  • Rasters can not be read by QGIS (#589)
  • missingval keyword for RasterStack (#611)
  • Is there a way to get index of nearest location for a set of coordinates? (#619)
  • verbose = false in rasterize does not suppress "Info" (#624)
  • Error while displaying synthetically generated RasterStack: filename not found (#626)
  • trim scales poorly with number of dimensions (#629)
  • Faster polygon and line extract (#637)
  • netcdf time axis gets irregular values (#646)
  • Can't rasterize a GI.FeatureCollection (#648)

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)