Skip to content

Releases: corteva/rioxarray

0.6.1 Release

03 Aug 16:09

Choose a tag to compare

Changes

  • BUG: Fix indexing error when mask_and_scale=True was combined with band dim chunking (issue #387, pull #388)

Acknowledgements

Contributions for this release. People with a
"+" by their names contributed a patch for the first time.

  • Fred Bunt +

Other contributions:

  • Justin Gruca - PR review
  • Alan D. Snow - PR review

0.6.0 Release

30 Jul 16:52

Choose a tag to compare

Changes

  • ENH: Add pad option to rio.isel_window (issue #381; pull #383)
  • BUG: Fix negative start in row or col window offsets in rio.isel_window (issue #381; pull #383)

Acknowledgements

A total of 3 people contributed patches to this release. People with a
"+" by their names contributed a patch for the first time.

  • Andrew Annex +
  • Ray Bell
  • Alan D. Snow

Other contributions:

  • Justin Gruca - PR reviews
  • Alfredo Delos Santos - PR reviews

0.5.0

07 Jul 14:55

Choose a tag to compare

Changes

  • ENH: Allow passing in kwargs to rio.reproject (issue #369; pull #370)
  • ENH: Allow nodata override and provide default nodata based on dtype in rio.reproject (pull #370)
  • ENH: Add support for passing in gcps to rio.reproject (issue #339; pull #370)
  • BUG: Remove duplicate acquire in open_rasterio (pull #364)
  • BUG: Fix exporting dataset to raster with non-standard dimensions (issue #372)

0.4.3 Release

25 Jun 13:24

Choose a tag to compare

Changes

  • BUG: support GDAL CInt16, rasterio complex_int16 (pull #353)
  • TST: Fix merge tests for rasterio 1.2.5+ (issue #358)

Acknowledgements

A total of 2 people contributed patches to this release. People with a
"+" by their names contributed a patch for the first time.

  • Scott Henderson +
  • Alan D. Snow

Other contributions:

  • Justin Gruca - PR reviews

0.4.2 Release

03 Jun 15:18

Choose a tag to compare

Changes

  • BUG: Improve WarpedVRT support for gcps (pull #351)

0.4.1.post0

24 May 18:33

Choose a tag to compare

version 0.4.1.post0

0.4.1 Release

24 May 18:09

Choose a tag to compare

Changes

  • BUG: pass kwargs with lock=False (issue #344)
  • BUG: close file handle with lock=False (pull #346)

0.4.0 Release

06 May 19:14

Choose a tag to compare

Changes

  • DEP: Python 3.7+ (issue #215)
  • DEP: xarray 0.17+ (needed for issue #282)
  • REF: Store grid_mapping in encoding instead of attrs (issue #282)
  • ENH: enable engine="rasterio" via xarray backend API (issue #197 pull #281)
  • ENH: Generate 2D coordinates for non-rectilinear sources (issue #290)
  • ENH: Add encoded kwarg to rio.write_nodata (discussions #313)
  • ENH: Added decode_times and decode_timedelta kwargs to rioxarray.open_rasterio (issue #316)
  • BUG: Use float32 for smaller dtypes when masking (discussions #302)
  • BUG: Return correct transform in rio.transform with non-rectilinear transform (discussions #280)
  • BUG: Update to handle WindowError in rasterio 1.2.2 (issue #286)
  • BUG: Don't generate x,y coords in rio methods if not previously there (pull #294)
  • BUG: Preserve original data type for writing to disk (issue #305)
  • BUG: handle lock=True in open_rasterio (issue #273)

Acknowledgements

A total of 4 people contributed patches to this release. People with a
"+" by their names contributed a patch for the first time.

  • Alessandro Amici +
  • Ray Bell +
  • remi-braun +
  • Alan D. Snow

Other contributions:

  • Justin Gruca - PR reviews
  • Alfredo Delos Santos - PR reviews

0.3.1 Release

01 Mar 16:06

Choose a tag to compare

Changes

  • BUG: Compatibility changes with xarray 0.17 (issue #254)
  • BUG: Raise informative error in interpolate_na if missing nodata (#250)

0.3.0 Release

18 Feb 19:48

Choose a tag to compare

Changes

  • REF: Reduce pyproj.CRS internal usage for speed (issue #241)
  • ENH: Add rioxarray.set_options to disable exporting CRS CF grid mapping (issue #241)
  • BUG: Handle merging 2D DataArray (discussion #244)

Acknowledgements

A total of 2 people contributed patches to this release. People with a
"+" by their names contributed a patch for the first time.

  • RichardScottOZ +
  • Alan D. Snow

Other contributions:

  • Justin Gruca - PR reviews