v0.4.5
What's Changed
- More flexible construction of
xarray.DataArray
with aGeoBox
- Option to force
y,x
names for spatial dimensions regardless ofCRS
of theGeoBox
, e.g.xr_zeros(..., always_yx=True)
- Support arbitrary names for spatial dimensions
- Support arbitrary number of extra non-spatial dimensions
- Option to specify arbitrary dimension names, e.g.
wrap_xr|xr_zeros(..., dims=["T", "Y", "X", "B"])
- Option to force
- Fixes for rotated
GeoBox
representation onxarray
by @Kirill888 in #151
Full Changelog: v0.4.4...v0.4.5