openforis / sepal

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

the default asset name is missing "assets" #318

Open 12rambau opened 5 months ago

12rambau commented 5 months ago

I'm building a image asset from a optical mosaic and the default name set-up by SEPAL is not fully compliant with GEE requirements.

I got: users/bornToBeAlive/BR_crop_tour_2024/Radar_mosaic_2024-04-11_21-40-18

Which look like <username>/<sepal project name>/<recipe name>

It's not corresponding to gee standard for normal users but since we now new to use GCP buckets it even less that. I think it should be: projects/<GCP-project>/assets/<sepal project name>/<recipe name>