Releases: collijk/rasterra
Releases · collijk/rasterra
Release 0.5.5
[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
[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
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
[0.5.2] - 2023-12-27
Fixed
- Doc build process
Release 0.5.1
[0.5.1] - 2023-12-27
Added
- Fix documentation rendering.
Release 0.5.0
[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.