Skip to content

v0.11.5

Choose a tag to compare

@github-actions github-actions released this 17 Sep 00:49
· 742 commits to main since this release

Release Notes

Bug Fixes

  • Fix an issue with gtiff2xarray where the scales and offsets attributes of the output DataArray were floats rather than tuples (:issue_3dep:[30]{.title-ref}).

Internal Changes

  • Add a new function, transform2tuple, for converting Affine transforms to a tuple. Previously, the Affine transform was converted to a tuple using to_gdal() method of rasterio.Affine which was not compatible with rioxarray.