We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The utility function nasadem uses xr.open_mfdataset, which by default uses the combine='by_coords' option: https://docs.xarray.dev/en/stable/generated/xarray.open_mfdataset.html?highlight=dask#xarray-open-mfdataset
nasadem
xr.open_mfdataset
combine='by_coords'
This further requires at a minimum to have the dask-core package installed and if missing throws this error:
dask-core
from dask.base import tokenize ModuleNotFoundError: No module named 'dask'
Can you check if you have/had dask installed locally?
I can tag this onto PR #5 if you like to fix this.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The utility function
nasadem
usesxr.open_mfdataset
, which by default uses thecombine='by_coords'
option:https://docs.xarray.dev/en/stable/generated/xarray.open_mfdataset.html?highlight=dask#xarray-open-mfdataset
This further requires at a minimum to have the
dask-core
package installed and if missing throws this error:Can you check if you have/had dask installed locally?
I can tag this onto PR #5 if you like to fix this.
The text was updated successfully, but these errors were encountered: