Releases: xarray-contrib/rasterix
Releases · xarray-contrib/rasterix
v0.2.1
What's Changed
- Document assign_index heuristics by @dcherian in #76
- Fix joins for partially overlapping indexes by @dcherian in #72
- Add line zonal stats notebook by @dcherian in #79
- Fix dtype in rasterize with rasterio backend by @dcherian in #81
- Support generic grid mapping vars by @dcherian in #82
- More direct use of affine transform by @dcherian in #83
- Switch from hatch to pixi by @dcherian in #86
rusterize>=0.7by @dcherian in #85- Remove xarray-dev, add dev tools; remove pixi.lock by @dcherian in #87
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Big release!
- Support rasterizing with
rusterizeandexactextract(lightly tested!) - Support Zarr proj/spatial conventions
- Support
tolerancefor alignment & combining.
What's Changed
- Add rusterize engine support for rasterization by @dcherian in #61
- Fix RasterIndex.sel edge cases for out-of-bounds selections by @dcherian in #71
- Add exactextract engine for rasterize() function by @dcherian in #70
- Add tolerance support for align/combine/concat operations by @dcherian in #73
- feat: Support
geo-projandspatialZarr Conventions by @ljstrnadiii in #68 - Add github button to docs by @jbusecke in #74
- Add 'Creating a RasterIndex' documentation page by @dcherian in #75
New Contributors
- @ljstrnadiii made their first contribution in #68
- @jbusecke made their first contribution in #74
Full Changelog: v0.1.1...v0.2.0
v0.1.1
v0.1
First stable release! Indexing is pretty dependable now, and matches Xarray/Pandas indexing rules for easy migration.
What's Changed
assign_index: Add GeoTIFF & STAC metadata support by @dcherian in #56- proptest: Indexing rules match PandasIndex by @dcherian in #57
- Move xarray git dependency to test extras only by @dcherian in #59
Full Changelog: v0.1a4...v0.1
v0.1a4
What's Changed
- Refactor RasterIndex internals (do not wrap PandasIndex) by @benbovy in #43
- Make RasterIndex CRS-aware by @benbovy in #31
- Add empty design choices page by @dcherian in #49
- Support reversing with isel by @dcherian in #48
- Add docs for raster-index by @dcherian in #41
- Remove rioxarray dependency by @dcherian in #46
- Rename to xarray-contrib; clean up README by @dcherian in #54
- Add attributes to generated variables. by @dcherian in #45
Full Changelog: v0.1a3...v0.1a4
v0.1a3
What's Changed
- exactextract improvements by @dcherian in https://github.com/dcherian/rasterix/pull/27
- Add sphinx docs by @dcherian in https://github.com/dcherian/rasterix/pull/32
- align/concat/combine_nested implementation by @dcherian in https://github.com/dcherian/rasterix/pull/18
- Add combining docs & fix tests by @dcherian in https://github.com/dcherian/rasterix/pull/34
- Rasterize: Remove odc-geo dependency by @dcherian in https://github.com/dcherian/rasterix/pull/37
- Rasterization improvements by @dcherian in https://github.com/dcherian/rasterix/pull/38
Full Changelog: dcherian/rasterix@v0.1a2...v0.1a3
v0.1a2
What's Changed
- Small update to README by @dcherian in https://github.com/dcherian/rasterix/pull/17
- Add CI by @maxrjones in https://github.com/dcherian/rasterix/pull/19
- Fix indexing bug; add tests by @dcherian in https://github.com/dcherian/rasterix/pull/21
- Add ``rasterix.assign_index` to public API by @maxrjones in https://github.com/dcherian/rasterix/pull/23
- Package rasterization by @dcherian in https://github.com/dcherian/rasterix/pull/25
- Update raster index notebook by @dcherian in https://github.com/dcherian/rasterix/pull/24
New Contributors
- @maxrjones made their first contribution in https://github.com/dcherian/rasterix/pull/19
Full Changelog: https://github.com/dcherian/rasterix/commits/v0.1a2