openforis / sepal

Geographical Data Processing in the Cloud
https://sepal.io/
MIT License
205 stars 46 forks source link

set the absolute path or asset Id in the "copy-to-clipboard" button #221

Open 12rambau opened 2 years ago

12rambau commented 2 years ago

In the task manager of SEPAL once a exportation process is finished, you can copy to clipboard something.

image

for a ImageCollection it's something like this:

{
  "id": "3e785557-0442-4d09-b047-9652b853c03c",
  "recipeId": null,
  "name": "Export eastern_l89_2015-2019 as a Google Earth Engine asset",
  "status": "COMPLETED",
  "statusDescription": "{\"defaultMessage\":\"Completed!\",\"messageKey\":\"tasks.status.completed\"}"
}

I don't know if it's very ueful for the end user. On the other hand, as a user we are missing the link to the created asset or the created file, forcing us to go to the code editor.

Instead of this json dict could we replace the content of the "copy to clipboard" button with the assetID for GEE assets and the absolute path for the SEPAL exportation (the .vrt file) ?