Skip to content
forked from pydata/xarray

Commit

Permalink
Update open_rasterio deprecation version number (pydata#5916)
Browse files Browse the repository at this point in the history
* update version number

* also update in documentation [skip-ci]

Co-authored-by: Keewis <keewis@posteo.de>
  • Loading branch information
TomNicholas and keewis authored Nov 2, 2021
1 parent 1259000 commit 960010b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/user-guide/io.rst
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ GeoTIFFs and other gridded raster datasets can be opened using `rasterio`_, if
rasterio is installed. Here is an example of how to use
:py:func:`open_rasterio` to read one of rasterio's `test files`_:

.. deprecated:: 0.19.1
.. deprecated:: 0.20.0

Deprecated in favor of rioxarray.
For information about transitioning, see:
Expand Down
2 changes: 1 addition & 1 deletion xarray/backends/rasterio_.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def open_rasterio(
):
"""Open a file with rasterio.
.. deprecated:: 0.19.1
.. deprecated:: 0.20.0
Deprecated in favor of rioxarray.
For information about transitioning, see:
Expand Down

0 comments on commit 960010b

Please sign in to comment.