Skip to content
New issue

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

allow dask.array in xarray_apply_along_time_dim #128

Open
cchwala opened this issue Jul 28, 2023 · 0 comments
Open

allow dask.array in xarray_apply_along_time_dim #128

cchwala opened this issue Jul 28, 2023 · 0 comments

Comments

@cchwala
Copy link
Contributor

cchwala commented Jul 28, 2023

There is a limitation of the current implementation of the xarray_apply_along_time_dim that is used to decorate all processing functions to allow seamlessly passing xarray.DataArray as arguments and then applying the functions along the time dimension.

The underlying xarray.apply_ufunc needs to explicitly allow dask.arrays which it currently does not. When I wrote the code, I has some problems figuring out how to do that. Hence, I left if like it is now.

This limitation should be removed, or it should at least be documented... :see

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant