openforis / sepal

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

not able to export to sepal workspace #282

Closed teopista closed 1 year ago

teopista commented 1 year ago

Exporting a mosaic (tested with optical mosaic) to sepal workspace gives an error below

{ "id": "4a1ac8f9-214d-47e5-8527-f3dece54f64b", "recipeId": null, "name": "Retrieve Bugoma_NDVI_dif-19-23 to SEPAL workspace", "status": "FAILED", "statusDescription": "{\"defaultMessage\":\"Failed to execute task: \",\"messageKey\":\"tasks.status.failed\",\"messageArgs\":{\"error\":\"ServerException: Failed to set band names.\"}}" }

Thank you!

12rambau commented 1 year ago

Hi Teopista is it an old recipe or a new one ?

teopista commented 1 year ago

New one!

12rambau commented 1 year ago

then @cdanielw do you have access to the log directly from here ?

cdanielw commented 1 year ago

I believe you still actually got the image downloaded, but it failed to set some metadata on the image. So it's a GDAL related bug I'll have to check.

teopista commented 1 year ago

Yes, I confirm. The images are actually downloaded. Thank you both ;)