Skip to content

Releases: rafaqz/Rasters.jl

v0.13.0

16 Dec 18:59
b70119b
Compare
Choose a tag to compare

Rasters v0.13.0

Diff since v0.12.1

Merged pull requests:

v0.12.1

02 Dec 00:49
2bac84c
Compare
Choose a tag to compare

Rasters v0.12.1

Diff since v0.12.0

Merged pull requests:

Closed issues:

  • Setting color mapping/transparency when writing a kmz file (#400)
  • Trying to combinemultiple lazy loaded files kills julia (#481)
  • Add a fallback for create and anything else that uses ArchGDAL (#530)
  • Use Proj directly for reprojection (#634)
  • Conversion to pointer not defined for ArchGDAL.IRasterBand (#679)
  • rebuilding Projected dimension loose projection info (#689)
  • Docs build failing (#721)
  • Deprecation warning on v1.11 (#731)
  • Strange behavior in time to rasterize (#740)
  • recommendation: change cellsize to cellarea (#747)
  • cellsize returns erroneous results for grids with fine spacing [no reprojeciton] (#764)
  • precompile error of RastersMakieExt (#766)
  • Error with crop (#770)
  • Add random sampling functionality (like R's terra::spatSample()) (#771)
  • Switch the new cellarea and reproject to Proj (#781)
  • Two missinval typos (#792)
  • missing is not materialized when elementwise dividing two rasters? (#797)

v0.12.0

10 Oct 09:17
e350b3f
Compare
Choose a tag to compare

Rasters v0.12.0

Diff since v0.11.8

Merged pull requests:

Closed issues:

  • Is there a good reason that bounds does not return an Extent? (#757)
  • aggregate is type unstable for (#759)
  • Potential package compatibility issue (Rasters.jl, GeoMakie.jl) (#774)
  • Unexpected behaviour of DataFrame(Raster) (#778)
  • Stack overflow when reading some NetCDF files (#785)

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)