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

DQTools must provide system settings for DASK use #24

Closed purplecat7 closed 1 year ago

purplecat7 commented 1 year ago

The datacube's SysSettings singleton holds all deployment information including the root path for data. This root path is needed by the exporter and must be provided to DatacubeInterface when DQTools is on the same VM as a running datacube and DASK will be used for data retrieval.

See https://github.com/Assimila/datacube/issues/154

purplecat7 commented 1 year ago

Testing done on the staging VM (.34) to use DASK and check that the SysSettings option is fed through correctly. It's needed to set the working directory of the exported and archiver. TODO - add the option to Search and to Register.