coiled / examples

Examples using Dask and Coiled
14 stars 3 forks source link

Update ``earthaccess`` example to use Coiled Functions #36

Closed jrbourbeau closed 9 months ago

jrbourbeau commented 9 months ago

This is more inline with the usage pattern we're seeing in the wild. The example currently on main is still valid, but we have other xarray example already here (can always add it back in the future).

review-notebook-app[bot] commented 9 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

jrbourbeau commented 9 months ago

Docker builds are failing. I suspect they're unrelated to the changes here. Running those builds against main here https://github.com/coiled/examples/actions/runs/6408111620 to know for sure

ntabris commented 9 months ago

Docker builds are failing

Maybe libmamba filesystem error: cannot create directories: No space left on device [/opt/conda/pkgs/libnvjpeg-11.9.0.86-0] is the issue?

jrbourbeau commented 9 months ago

Yep, that's what motivated https://github.com/coiled/examples/pull/37