You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of expected behavior and the observed behavior
geoviews.util.load_tiff() should open .tiff files. With xarray==2023.5.0 the syntaxe da = xr.open_rasterio(filename) is not valid anymore.
see the code.
Complete, minimal, self-contained example code that reproduces the issue
to reproduce the issue you can download any .tiff file.
I randomly fetch this one
Hello geoviews team,
ALL software version info
geoviews 1.9.5 pyhd8ed1ab_0 conda-forge
geoviews-core 1.9.5 pyha770c72_0 conda-forge
rioxarray 0.14.1 pyhd8ed1ab_0 conda-forge
xarray 2023.5.0 pyhd8ed1ab_0 conda-forge
Python 3.10.8
Ubuntu 22.04.2 LTS
Description of expected behavior and the observed behavior
geoviews.util.load_tiff()
should open .tiff files. With xarray==2023.5.0 the syntaxeda = xr.open_rasterio(filename)
is not valid anymore.see the code.
Complete, minimal, self-contained example code that reproduces the issue
to reproduce the issue you can download any .tiff file.
I randomly fetch this one
While this file is readable with
rioxarray
for instance:Stack traceback
The text was updated successfully, but these errors were encountered: