Assimila / DQTools

Tools for working with the DataCube. Includes reading metadata, registering new products and writing new data to the Datacube
0 stars 0 forks source link

Change DASK check to find running server #32

Open purplecat7 opened 1 year ago

purplecat7 commented 1 year ago

Currently, the DQTools check to see whether DASK could be used only looks for the existence of the /workspace/datacube repository. This may be present on a machine even if it's not possible to spin up the datacube itself. Instead we should see if there is a server process running and alert the user if so.