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
Using to_dask on my intake data source creates a Future warning as follows:
ds=data_source.to_dask()
/Users/<path>/envs/default/lib/python3.11/site-packages/intake_xarray/raster.py:108:
FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
I assume this warning indicates that the behavior of the Dataset.dims property will change in a future version of xarray, potentially causing issues.
Current versions
python=3.11
xarray=0.19.0
intake-xarray=0.5.0
The text was updated successfully, but these errors were encountered:
Description
Using
to_dask
on my intake data source creates a Future warning as follows:I assume this warning indicates that the behavior of the Dataset.dims property will change in a future version of xarray, potentially causing issues.
Current versions
The text was updated successfully, but these errors were encountered: