awi-response / darts-nextgen

Panarctic Database of Active Layer Detachment Slides and Retrogressive Thaw Slumps from Deep Learning on High Resolution Satellite Imagery.
https://awi-response.github.io/darts-nextgen/
MIT License
5 stars 1 forks source link

EE project must be specified on sd-gpu #77

Closed tcnichol closed 1 day ago

tcnichol commented 1 day ago

At least when trying to run on sd-gpu, it seems that the pipeline throws an error without an earth engine project id.

Current workaround is adding a new script

/darts-nextgen/darts/src/darts/run_native.py

and passing that variable inside the method, or by adding ee-project to the

planet_config.toml

iona5 commented 1 day ago

the pipeline is currently supposed to get a GEE project either by specifiying it in the config or cli argument or by having it configured during the Google Earth Engine authentication (so for example with earthengine authenticate --auth_mode notebook .

relativityhd commented 1 day ago

This is the desired behavior and not a bug, closing.