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
This broke with some recent release of rioxarray or xarray, I think due to the fact that the open file is assumed to be a simple python object not a fsspec one.
At the moment a workaround is in place that attempt to use rasaterio remote URLs, but it is very fragile.
The text was updated successfully, but these errors were encountered:
Until some releases ago we had full
fsspec
thanks to the following line working:This broke with some recent release of
rioxarray
orxarray
, I think due to the fact that the open file is assumed to be a simple python object not afsspec
one.At the moment a workaround is in place that attempt to use
rasaterio
remote URLs, but it is very fragile.The text was updated successfully, but these errors were encountered: