Releases: corteva/rioxarray
Releases · corteva/rioxarray
0.6.1 Release
Changes
- BUG: Fix indexing error when
mask_and_scale=Truewas 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
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
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
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
Changes
- BUG: Improve WarpedVRT support for gcps (pull #351)
0.4.1.post0
version 0.4.1.post0
0.4.1 Release
0.4.0 Release
Changes
- DEP: Python 3.7+ (issue #215)
- DEP: xarray 0.17+ (needed for issue #282)
- REF: Store
grid_mappinginencodinginstead ofattrs(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
encodedkwarg torio.write_nodata(discussions #313) - ENH: Added
decode_timesanddecode_timedeltakwargs torioxarray.open_rasterio(issue #316) - BUG: Use float32 for smaller dtypes when masking (discussions #302)
- BUG: Return correct transform in
rio.transformwith 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
riomethods 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
0.3.0 Release
Changes
- REF: Reduce pyproj.CRS internal usage for speed (issue #241)
- ENH: Add
rioxarray.set_optionsto 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