Skip to content

Releases: corteva/rioxarray

0.0.30 Release

26 Jun 20:21
Compare
Choose a tag to compare
  • BUG: Fix assigning fill value in rio.pad_box (pull #140)
  • ENH: Add rio.write_transform to store cache in GDAL location (issue #129 & #139)
  • ENH: Use rasterio windows for rio.clip_box (issue #142)
  • BUG: Add support for negative indexes in rio.isel_window (pull #145)
  • BUG: Write transform based on window in rio.isel_window (pull #145)
  • ENH: Add rio.count, rio.slice_xy(), rio.bounds(), rio.resolution(), rio.transform_bounds() to Dataset level
  • ENH: Add rio.write_coordinate_system() (issue #147)
  • ENH: Search CF coordinate metadata to find coordinates (issue #147)
  • ENH: Default rio.clip to assume geometry has CRS of dataset (pull #150)
  • ENH: Add rio.grid_mapping and rio.write_grid_mapping & preserve original grid mapping (pull #151)

0.0.29 Release

23 Jun 13:51
Compare
Choose a tag to compare

Changes

  • BUG: Remove unnecessary memory copies in reproject method (pull #136)
  • BUG: Fix order of axis in rio.isel_window (pull #133)
  • BUG: Allow clipping with disjoint geometries (issue #132)
  • BUG: Remove automatically setting tiled=True for windowed writing (pull #134)
  • ENH: Add rio.pad_box (pull #138)

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 Brochart
  • Joe Hamman +
  • Alan D. Snow

Other Contributions:

  • Justin Gruca - PR Reviews

0.0.28 Release

12 Jun 19:48
Compare
Choose a tag to compare
  • rio.reproject: change input kwarg dst_affine_width_height -> shape & transform (#125)
  • ENH: Use pyproj.CRS to read/write CF parameters (issue #124)

0.0.27 Release

12 Jun 16:16
Compare
Choose a tag to compare
  • ENH: Added optional shape argument to rio.reproject (pull #116)
  • Fix RasterioDeprecationWarning (pull #117)
  • BUG: Make rio.shape order same as rasterio dataset shape (height, width) (pull #121)
  • Fix open_rasterio() for WarpedVRT with specified src_crs (pydata/xarray/pull/4104 & pull #120)
  • BUG: Use internal reprojection as engine for resampling window in merge (pull #123)

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 Brochart +
  • Taher Chegini +
  • Alan D. Snow

Other Contributions:

  • Justin Gruca - PR Reviews

0.0.26 Release

10 Apr 20:24
Compare
Choose a tag to compare
  • ENH: Added rioxarray.show_versions() (issue #106)

0.0.25 Release

06 Apr 17:44
Compare
Choose a tag to compare
  • BUG: Use recalc=True when using transform internally & ensure stable when coordinates unavailable. (issue #97)

0.0.24 Release

31 Mar 18:41
1f1898b
Compare
Choose a tag to compare
  • ENH: Add variable names to error messages for clarity (pull #99)
  • BUG: Use assign_coords in _decode_datetime_cf (issue #101)

0.0.23 Release

06 Mar 16:20
Compare
Choose a tag to compare
  • BUG: Fix 'rio.set_spatial_dims' so information saved with 'rio' accesors (issue #94)
  • ENH: Make 'rio.isel_window' available for datasets (pull #95)

0.0.22 Release

05 Mar 17:27
Compare
Choose a tag to compare
  • ENH: Use pyproj.CRS internally to manage GDAL 2/3 transition (issue #92)
  • ENH: Add MissingCRS exceptions for rio.clip and rio.reproject (pull #93)

0.0.21 Release

04 Feb 18:03
Compare
Choose a tag to compare
  • ENH: Added to_raster method for Datasets (issue #76)