Skip to content

Releases: collijk/rasterra

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

Release 0.5.1

27 Dec 02:08
Compare
Choose a tag to compare

[0.5.1] - 2023-12-27

Added

  • Fix documentation rendering.

Release 0.5.0

27 Dec 01:25
Compare
Choose a tag to compare

[0.5.0] - 2023-12-27

Added

  • Read rasters from one or many files
  • Basic object-oriented raster object
  • Sensible repr and basic plotting functions
  • Numpy array interface
  • Fixed up the CI for package maintenance, CI, and releases.