Update dependency rioxarray to ^0.13.3 || ^0.18.0
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
rioxarray (changelog) | dev | minor |
^0.13.3 -> ^0.13.3 || ^0.18.0
|
Release Notes
corteva/rioxarray (rioxarray)
v0.18.1
: Release
What's Changed
- DEP: pin rasterio>=1.3.7 https://github.com/corteva/rioxarray/pull/826
- BUG:merge: Ensure dims and coords match input array in https://github.com/corteva/rioxarray/pull/828
Full Changelog: https://github.com/corteva/rioxarray/compare/0.18.0...0.18.1
v0.18.0
What's Changed
- ENH:reproject: Support geolocation arrays by @snowman2 in https://github.com/corteva/rioxarray/pull/822
- REF: Add positional arguments requirements by @snowman2 in https://github.com/corteva/rioxarray/pull/806 & https://github.com/corteva/rioxarray/pull/809
- BUG: Squeeze when using interpolate_na with extra dim by @snowman2 in https://github.com/corteva/rioxarray/pull/810
- BUG:merge: Fix merging masked & scaled data by @snowman2 in https://github.com/corteva/rioxarray/pull/817
- BUG: Fix chunk arguments for normalize_chunks by @phofl in https://github.com/corteva/rioxarray/pull/820
- BUG: Properly handle encoding/decoding scales and offsets by @snowman2 in https://github.com/corteva/rioxarray/pull/821
- DOC: Clearer coordinate docstring for
open_rasterio
by @DahnJ in https://github.com/corteva/rioxarray/pull/811
New Contributors
- @DahnJ made their first contribution in https://github.com/corteva/rioxarray/pull/811
- @phofl made their first contribution in https://github.com/corteva/rioxarray/pull/820
Other contributions
- @justingruca MR Review
Full Changelog: https://github.com/corteva/rioxarray/compare/0.17.0...0.18.0
v0.17.0
: Release
What's Changed
- REF:reproject: Make NaN default float nodata & update integer defaults in https://github.com/corteva/rioxarray/pull/797
Full Changelog: https://github.com/corteva/rioxarray/compare/0.16.0...0.17.0
v0.16.0
: Release
What's Changed
- ENH: Add allow_one_dimensional_raster option to rio.clip_box by @snowman2 in https://github.com/corteva/rioxarray/pull/796
- MNT: recommend write_crs & deprecate set_crs by @dluks in https://github.com/corteva/rioxarray/pull/793
- docs: fix minor code block issue for local installation in CONTRIBUTING.rst by @dluks in https://github.com/corteva/rioxarray/pull/792
New Contributors
- @dluks made their first contribution in https://github.com/corteva/rioxarray/pull/792
Other contributions
- @justingruca MR Review
Full Changelog: https://github.com/corteva/rioxarray/compare/0.15.7...0.16.0
v0.15.7
: Release
What's Changed
- BUG: Remove grid_mapping from attrs when writing by @snowman2 in https://github.com/corteva/rioxarray/pull/790
- BUG: Allow write_gcps to succeed without gcp_crs by @peterm790 in https://github.com/corteva/rioxarray/pull/648
New Contributors
- @peterm790 made their first contribution in https://github.com/corteva/rioxarray/pull/648
Other contributions
- @justingruca MR Review
Full Changelog: https://github.com/corteva/rioxarray/compare/0.15.6...0.15.7
v0.15.6
: Release
What's Changed
- BUG: Raise overflow error when nodata conversion is unsafe by @snowman2 in https://github.com/corteva/rioxarray/pull/782
- REF:merge: Use merge path & rio.to_raster by @snowman2 in https://github.com/corteva/rioxarray/pull/781
- DOC: multiple types by @RichardScottOZ in https://github.com/corteva/rioxarray/pull/784
- BUG: Support writing GCPs to netCDF by @snowman2 in https://github.com/corteva/rioxarray/pull/787
- BUG: Fix reading dask chunks when band_as_variable=True by @snowman2 in https://github.com/corteva/rioxarray/pull/789
Other contributions
- @justingruca MR Review
Full Changelog: https://github.com/corteva/rioxarray/compare/0.15.5...0.15.6
v0.15.5
: Release
What's Changed
- BUG:reproject: Allow rotated rasters in https://github.com/corteva/rioxarray/pull/772
Full Changelog: https://github.com/corteva/rioxarray/compare/0.15.4...0.15.5
v0.15.4
: Release
What's Changed
- BUG:reproject_match: Remove setting spatial dims on output dataset in https://github.com/corteva/rioxarray/pull/769
Full Changelog: https://github.com/corteva/rioxarray/compare/0.15.3...0.15.4
v0.15.3
: Release
What's Changed
- REF: Use rasterio.io.MemoryFile in merge in https://github.com/corteva/rioxarray/pull/765
- BUG:merge: Add simple defaults for unused payload/colormap in https://github.com/corteva/rioxarray/pull/766
- MNT: Migrate to use pyproject.toml in https://github.com/corteva/rioxarray/pull/767
Full Changelog: https://github.com/corteva/rioxarray/compare/0.15.2...0.15.3
v0.15.2
: Release
What's Changed
- BUG: Avoid DeprecationWarning: xr.Dataset.drop() -> xr.Dataset.drop_vars() by @xaviernogueira in https://github.com/corteva/rioxarray/pull/740
- BUG: Add decode_coords kwarg to backend entrypoint by @snowman2 in https://github.com/corteva/rioxarray/pull/763
- DOC: Fix typo by @valanm22 in https://github.com/corteva/rioxarray/pull/745
- DOC: Fix spelling of repeatedly by @RichardScottOZ in https://github.com/corteva/rioxarray/pull/747
- DOC: Fix spelling of missing by @RichardScottOZ in https://github.com/corteva/rioxarray/pull/749
- DOC: format conversion, driver and datatype examples for convert_to_raster notebook by @RichardScottOZ in https://github.com/corteva/rioxarray/pull/753
New Contributors
- @dependabot made their first contribution in https://github.com/corteva/rioxarray/pull/696
- @valanm22 made their first contribution in https://github.com/corteva/rioxarray/pull/745
- @xaviernogueira made their first contribution in https://github.com/corteva/rioxarray/pull/740
Other contributions
- @justingruca MR Review
Full Changelog: https://github.com/corteva/rioxarray/compare/0.15.1...0.15.2
v0.15.1
: Release
What's Changed
- More robust handling of GCPs geojson #731 by @Kirill888 in https://github.com/corteva/rioxarray/pull/735
- DEP: Support Python 3.10-3.12, rasterio 1.3+, pyproj 3.3+, xarray 2022.3.0+ & numpy 1.23+, by @snowman2 in (https://github.com/corteva/rioxarray/pull/723; https://github.com/corteva/rioxarray/pull/725; https://github.com/corteva/rioxarray/pull/727; https://github.com/corteva/rioxarray/pull/728)
New Contributors
- @dependabot made their first contribution in https://github.com/corteva/rioxarray/pull/696
Full Changelog: https://github.com/corteva/rioxarray/compare/0.15.0...0.15.1
v0.15.0
: Release
What's Changed
- ENH: Pass on on-disk chunk sizes as preferred chunk sizes to the xarray backend by @mraspaud in https://github.com/corteva/rioxarray/pull/678
- MNT: add
__all__
to top level module #680 by @Kirill888 in https://github.com/corteva/rioxarray/pull/683 - BUG: Fix setting spatial dims internally during propagation by @snowman2 in https://github.com/corteva/rioxarray/pull/682
New Contributors
- @Kirill888 made their first contribution in https://github.com/corteva/rioxarray/pull/683
Other contributions
- @justingruca MR Review
Full Changelog: https://github.com/corteva/rioxarray/compare/0.14.1...0.15.0
v0.14.1
: Release
What's Changed
- BUG: Fix merge crs check by @snowman2 in https://github.com/corteva/rioxarray/pull/655
- DOC: Update link to "Extending xarray" in "getting_started.rst" by @yvonnefroehlich in https://github.com/corteva/rioxarray/pull/663
- BUG: Remove tags with metadata added by rasterio in open_rasterio by @snowman2 in https://github.com/corteva/rioxarray/pull/667
New Contributors
- @yvonnefroehlich made their first contribution in https://github.com/corteva/rioxarray/pull/663
Other contributions
- @justingruca MR Review
Full Changelog: https://github.com/corteva/rioxarray/compare/0.14.0...0.14.1
v0.14.0
: Release
What's Changed
- DEP: Drop Python 3.8 support in https://github.com/corteva/rioxarray/pull/641
- DEP: pin rasterio>=1.2 in https://github.com/corteva/rioxarray/pull/642
- BUG: Fix WarpedVRT in open_rasterio when band_as_variable=True in https://github.com/corteva/rioxarray/pull/647
- BUG: Fix usage of encode_cf_variable in rio.to_raster in https://github.com/corteva/rioxarray/pull/652
Full Changelog: https://github.com/corteva/rioxarray/compare/0.13.4...0.14.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.