Skip to content

v0.4.5

Compare
Choose a tag to compare
@Kirill888 Kirill888 released this 15 May 05:49
· 42 commits to develop since this release

What's Changed

  • More flexible construction of xarray.DataArray with a GeoBox
    • Option to force y,x names for spatial dimensions regardless of CRS of the GeoBox, 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"])
  • Fixes for rotated GeoBox representation on xarray by @Kirill888 in #151

Full Changelog: v0.4.4...v0.4.5