Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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