Releases: corteva/rioxarray
Releases · corteva/rioxarray
0.0.30 Release
- 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
andrio.write_grid_mapping
& preserve original grid mapping (pull #151)
0.0.29 Release
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
0.0.27 Release
- ENH: Added optional
shape
argument torio.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
- ENH: Added rioxarray.show_versions() (issue #106)
0.0.25 Release
- BUG: Use recalc=True when using transform internally & ensure stable when coordinates unavailable. (issue #97)
0.0.24 Release
0.0.23 Release
0.0.22 Release
0.0.21 Release
- ENH: Added to_raster method for Datasets (issue #76)