Skip to content

Commit 960010b

Browse files
TomNicholaskeewis
andauthored
Update open_rasterio deprecation version number (#5916)
* update version number * also update in documentation [skip-ci] Co-authored-by: Keewis <[email protected]>
1 parent 1259000 commit 960010b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/user-guide/io.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -742,7 +742,7 @@ GeoTIFFs and other gridded raster datasets can be opened using `rasterio`_, if
742742
rasterio is installed. Here is an example of how to use
743743
:py:func:`open_rasterio` to read one of rasterio's `test files`_:
744744

745-
.. deprecated:: 0.19.1
745+
.. deprecated:: 0.20.0
746746

747747
Deprecated in favor of rioxarray.
748748
For information about transitioning, see:

xarray/backends/rasterio_.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ def open_rasterio(
172172
):
173173
"""Open a file with rasterio.
174174
175-
.. deprecated:: 0.19.1
175+
.. deprecated:: 0.20.0
176176
177177
Deprecated in favor of rioxarray.
178178
For information about transitioning, see:

0 commit comments

Comments
 (0)