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?
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?