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

Speedup atmosphere datasets with dask. #76

Merged
merged 6 commits into from
Jun 4, 2024
Merged

Speedup atmosphere datasets with dask. #76

merged 6 commits into from
Jun 4, 2024

Conversation

juseg
Copy link
Owner

@juseg juseg commented Jun 9, 2023

Add dask as a missing dependency (always needed by open_mfdataset) and chunk global data greatly reducing in-memory load. Close #74.

juseg added 2 commits June 9, 2023 14:51
I just found out that `open_mfdataset` always requires dask even if
`chunks=None`. This may change in the future (see pydata/xarray#5704).
@juseg juseg added bug Something isn't working enhancement New feature or request labels Jun 9, 2023
@juseg juseg added this to the v0.3.1 milestone Jun 9, 2023
@juseg juseg self-assigned this Jun 9, 2023
@juseg juseg linked an issue Jun 9, 2023 that may be closed by this pull request
@juseg juseg marked this pull request as ready for review June 4, 2024 08:17
@juseg juseg merged commit 93b35a5 into main Jun 4, 2024
5 checks passed
@juseg juseg deleted the dask branch June 4, 2024 08:19
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Opening cached data drastically sped up with dask.
1 participant