Skip to content

Releases: collijk/rasterra

Release 0.5.11

16 May 18:15
Compare
Choose a tag to compare

[0.5.11] - 2024-05-16

Added

  • Allow windowed reads of raster data.
  • Add a selection method for extracting values from a raster array by coordinates.

Release 0.5.10

15 May 22:34
Compare
Choose a tag to compare

[0.5.10] - 2024-05-15

Added

  • Accumulate and propagate the no-data mask through operations on RasterArray objects.

Release 0.5.9

10 May 21:23
Compare
Choose a tag to compare

[0.5.9] - 2024-05-10

Added

  • Add **kwargs to raster.to_file, allowing users to specify different drivers, compression,
    tiling, and other options for writing raster files.

Release 0.5.8

10 May 17:15
Compare
Choose a tag to compare

[0.5.8] - 2024-05-10

Added

  • Basic import test

Fixed

  • Typing of flatiter in RasterArray

Release 0.5.7

08 May 00:42
Compare
Choose a tag to compare

[0.5.7] - 2024-05-08

Fixed

  • More patches to the typing system.

Release 0.5.6

07 May 21:43
Compare
Choose a tag to compare

[0.5.6] - 2024-05-07

Fixed

  • Cover all float and int dtypes for RasterArray data.

Release 0.5.5

07 May 20:35
Compare
Choose a tag to compare

[0.5.5] - 2024-05-07

Added

  • Updated dev tools to use ruff instead of black/isort/flake8 and friends
  • Fixed a ton of typing and formatting picked up with the new tooling
  • Explicitly export the RasterArray class and i/o methods in the __init__.py file

Release 0.5.4

07 May 18:52
Compare
Choose a tag to compare

[0.5.4] - 2024-05-07

Fixed

  • Fixed a bug with nodata call into rasterio.warp.resample
  • Fixed implementation of x_coordinates and y_coordinates
  • Fixed documentation build process

Added

  • Added a getitem method to the RasterArray class
  • Added a to_gdf method and backing function to convert raster data to vector data.
  • Contributing guide and a better readme

v0.5.3

18 Mar 13:07
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fixed a bug with nodata call into rasterio.warp.resample
  • Fixed implementation of x_coordinates and y_coordinates
  • Fixed documentation build process

Added

  • Added a getitem method to the RasterArray class
  • Added a to_gdf method and backing function to convert raster data to vector data.
  • Contributing guide and a better readme

Full Changelog: 0.5.2...0.5.3

Release 0.5.2

27 Dec 02:20
Compare
Choose a tag to compare

[0.5.2] - 2023-12-27

Fixed

  • Doc build process