sepal-contrib / sepal_mgci

Measure the extend and the changes of green vegetation in mountain areas
MIT License
4 stars 2 forks source link

computation timed out when calculating statistics #31

Closed dfguerrerom closed 3 years ago

dfguerrerom commented 3 years ago

Sometimes, depending on the area/scale, the computation is timed out... for these cases, we could export the process using this approach https://developers.google.com/earth-engine/guides/debugging#timed-out. It will require an additional step in the module... so the user could generate the report after the task is done in GEE by using its task_id that will be stored in a txt file.

dfguerrerom commented 3 years ago

The 4e7e08b commit is intended to create a task and run it in the background of GEE, so the computation time will be increased. The user will have to create the dashboard after the task is done in GEE.