Skip to content

Releases: corteva/rioxarray

0.4.2 Release

03 Jun 15:18
Compare
Choose a tag to compare

Changes

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

0.4.1.post0

24 May 18:33
Compare
Choose a tag to compare
version 0.4.1.post0

0.4.1 Release

24 May 18:09
Compare
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
Compare
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
Compare
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
Compare
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

0.2.0 Release

01 Feb 19:58
Compare
Choose a tag to compare

Changes

  • ENH: Added rio.estimate_utm_crs (issue #181)
  • ENH: Add support for merging datasets with different CRS (issue #173)
  • ENH: Add support for using dask in rio.to_raster (issue #9, pull #219, pull #223)
  • ENH: Use the list version of transform_geom with rasterio 1.2+ (issue #180)
  • ENH: Support driver autodetection with rasterio 1.2+ (issue #180)
  • ENH: Allow multithreaded, lockless reads with rioxarray.open_rasterio (issue #214)
  • ENH: Add support to clip from disk (issue #115)
  • BUG: Allow rio.write_crs when spatial dimensions not found (pull #186)
  • BUG: Update to support rasterio 1.2+ merge (issue #180)

Acknowledgements

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

  • David Hoese +
  • Tom Augspurger +
  • Alan D. Snow

Other contributions:

  • Justin Gruca - PR reviews

0.1.1 Release

02 Nov 16:55
Compare
Choose a tag to compare
  • BUG: Check all CRS are the same in the dataset in crs() method

0.1 Release

28 Sep 14:07
Compare
Choose a tag to compare
  • BUG: Ensure transform correct in rio.clip without coords (pull #165)
  • BUG: Ensure the nodata value matches the dtype (pull #166)
  • Raise deprecation exception in add_spatial_ref and add_xy_grid_meta (pull #168)

0.0.31 Release

06 Jul 14:22
Compare
Choose a tag to compare
  • Deprecate add_spatial_ref and fix warning for add_xy_grid_meta (pull #158)