parevalo / gee-ccdc-tools

Tools and Earth Engine apps to interact with the outputs from the CCDC algorithm
MIT License
72 stars 32 forks source link

Cannot access example image from the "Obtaining Coefficients" page #1

Closed S-AQ closed 3 years ago

S-AQ commented 3 years ago

Hi Paulo,

Thank you for bringing this wonderful algorithm to GEE and providing us with some nice documentation of it.

I tried to work along with your examples in the Obtaining coefficients, changes and synthetic images (API) page.

In there you refer to an example image. This image is loaded using: // Load the results var ccdc = ee.Image("projects/GLANCE/RESULTS/CHANGEDETECTION/SA/Rondonia_example");

When I try to load this image, I get: Image (Error) Image.load: Image asset 'projects/GLANCE/RESULTS/CHANGEDETECTION/SA/Rondonia_example' not found.

Is the image gone, or was it never supposed to be there?

bullocke commented 3 years ago

@S-AQ It looks like we had the permissions set wrong, I am sorry about that. Would you mind trying again now?

S-AQ commented 3 years ago

Hi, thanks for the quick reply. Yes, it works fine now! Thank you