Releases: corteva/rioxarray
Releases · corteva/rioxarray
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_mapping
inencoding
instead 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
encoded
kwarg torio.write_nodata
(discussions #313) - ENH: Added
decode_times
anddecode_timedelta
kwargs torioxarray.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
0.3.0 Release
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
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
- BUG: Check all CRS are the same in the dataset in crs() method
0.1 Release
0.0.31 Release
- Deprecate add_spatial_ref and fix warning for add_xy_grid_meta (pull #158)