You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While downloading a set of images for a specific site, I encountered an error message, likely due to a lost internet connection, stating that I was not signed up for Earth Engine. To resolve this, I attempted to restart the process from where it had stopped by selecting only the remaining satellite datasets. However, when I retried the command SDS_download.get_metadata(inputs), I received another error. This error seems to be related to the sitename, as changing the sitename allows the process to work correctly.
Below are the details and relevant screenshots for reference:
1- Settings for the first attempt:
2- Error received during download:
3- Settings for the second attempt:
4- This is the error I receive when I try metadata = SDS_download.retrieve_images(inputs) or SDS_download.check_images_available(inputs) again:
As mentioned earlier, if I change the sitename, the process works just fine.
The text was updated successfully, but these errors were encountered:
I just noticed that I used a special character in the sitename, and that is the cause of the problem. It allows me to download the images but when trying to get the metadata it fails to understand the special character.
While downloading a set of images for a specific site, I encountered an error message, likely due to a lost internet connection, stating that I was not signed up for Earth Engine. To resolve this, I attempted to restart the process from where it had stopped by selecting only the remaining satellite datasets. However, when I retried the command SDS_download.get_metadata(inputs), I received another error. This error seems to be related to the sitename, as changing the sitename allows the process to work correctly.
Below are the details and relevant screenshots for reference:
1- Settings for the first attempt:
2- Error received during download:
3- Settings for the second attempt:
4- This is the error I receive when I try metadata = SDS_download.retrieve_images(inputs) or SDS_download.check_images_available(inputs) again:
As mentioned earlier, if I change the sitename, the process works just fine.
The text was updated successfully, but these errors were encountered: