Closed BSchilperoort closed 1 year ago
Hey @geek-yang , would you want to go over the guide & try it out?
I do still want to add tests for dask, however this will require generating some dummy netcdf files.
Hey @geek-yang , would you want to go over the guide & try it out?
I do still want to add tests for dask, however this will require generating some dummy netcdf files.
Ok. Let me play with it first then. Thanks for the nice work 💯 !
Check out this pull request on
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Thanks for the review! I am not sure about a notebook, as configuring for dask is quite specific to the use-case, and we would need to have example data stored somewhere, as well as more complicated docs dependencies.
Currently I have added a hyperlink to the docs page on Dask. The docs page is also right next to the example notebooks.
Kudos, SonarCloud Quality Gate passed!
Thanks for the review! I am not sure about a notebook, as configuring for dask is quite specific to the use-case, and we would need to have example data stored somewhere, as well as more complicated docs dependencies.
Currently I have added a hyperlink to the docs page on Dask. The docs page is also right next to the example notebooks.
Ok sounds good. I think I can put a nice example in the recipe (I need to use it by any means) as indeed dask is specific and only for some advanced use cases with huge dataset. That's should be enough for now.
This PR modifies the xarray resampling routine to allow for parallelized dask computation.
A quick guide on getting started with Lilio + Dask is added to the documentation. Linking to this from the resampling notebook would be nice, but currently the link would be dead (until this PR is merged).