ContinuumIO / elm

Phase I & part of Phase II of NASA SBIR - Parallel Machine Learning on Satellite Data
http://ensemble-learning-models.readthedocs.io
43 stars 27 forks source link

Take advantage of new easy way to start dask-distributed #107

Closed PeterDSteinberg closed 6 years ago

PeterDSteinberg commented 7 years ago

This is new way to easily start dask scheduler and workers:

http://distributed.readthedocs.io/en/latest/quickstart.html#setup-dask-distributed-the-easy-way

We should support this more simple usage of distributed.Client

PeterDSteinberg commented 7 years ago

This is closely related to #122

PeterDSteinberg commented 6 years ago

This is fixed by Elm #192, Earthio PR 30, Xarray_filters PR 19