-
Notifications
You must be signed in to change notification settings - Fork 5
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
Support parallel reads using dask.delayed #48
base: main
Are you sure you want to change the base?
Conversation
for more information, see https://pre-commit.ci
… read_netcdf do return Delayed objects
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for the delay, this had fallen in some cracks.
Looks good. Do you want to precise the level of parallelization in the docstring of open_ncml
? (Like that aggregations are individually processed in parallel ? ) Or is it rare that a ncml has more than one "Aggregation" node ?
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
When
parallel
is True,open_dataset
is called using dask.delayed.