ncar-xdev / ecgtools

ESM Catalog Generation tools
https://ecgtools.readthedocs.io
Apache License 2.0
9 stars 11 forks source link

[FEATURE]: Parallelization using Dask #196

Open kuchaale opened 1 month ago

kuchaale commented 1 month ago

Is your feature request related to a problem?

Related to #194.

Describe the solution you'd like

Parallelization using Dask as an optional to Joblib (see builder.py#L156). One could then monitor the parallelization using Dask dashboard.

Describe alternatives you've considered

No response

Additional context

No response