-
Notifications
You must be signed in to change notification settings - Fork 61
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
Work with dask arrays #107
Comments
Some inspiration for why this could be cool: |
Hi @ajdawson - any thoughts on this query? |
This is a good suggestion @rabernat. I have no roadmap for this software, and little time to work on it. That said, I'm happy to support an effort on this front though. I'm imagining the |
@rabernat I salute this suggestion. I read in the documentation the
and I wrongly assumed that this also implied support of dask. Then I spend an hour trying to make things work with xarray+dask before I noticed this issue :) |
Done in #109 |
Thanks for providing this amazing package. It is absolutely one of the best and most useful python packages I know of!
Currently eofs only works with numpy arrays. However, its core computational algorithm, svd, is implemented in dask array. http://dask.pydata.org/en/latest/array-api.html
This means that it would theoretically be possible for eofs to leverage dask to do out of core EOFs with minimal refactoring.
Is this on your roadmap? Would be keen to help if you’re interested.
The text was updated successfully, but these errors were encountered: