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

[dask] task graphs one to many #110

Open
DPeterK opened this issue Mar 2, 2018 · 0 comments
Open

[dask] task graphs one to many #110

DPeterK opened this issue Mar 2, 2018 · 0 comments

Comments

@DPeterK
Copy link
Contributor

DPeterK commented Mar 2, 2018

Dask task graphs seem to be optimised for many to one style processing: you load multiple files and perform some sort of aggregation / reduction to arrive at a single result. This does not seem to be the paradigm anything like as often in Iris, where you might need to...

  • take multiple statistics of a single cube and return all of them (e.g. retrieve mean and standard deviation concurrently)
  • extract multiple sub-cubes out of one or more input cubes
  • and so on.

Put together an example of making a graph that looks like this and then computing the graph to easily retrieve the requested data.

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

No branches or pull requests

1 participant