-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Landsat 8 and 5 download raises exception #4
Comments
Is it still an issue? I could not reproduce this error. |
Thanks for looking into this. I just tried it again with a clean conda environment and pylandsat 0.5, python 3.7, ubuntu 20.4 |
The error is that there is no README.GTF file for Landsat-8 data. This can be confirmed by browsing the directories in this AWS Bucket: Landsat-8 Data on AWS or GCP Bucket: Landsat-8 Data on GCP. Hope this helps in fixing the bug. |
Thanks! This helps |
Should be solved in v0.6.0. Thanks @jha-vineet69 👍 |
Just tested it with v0.6.0 - works like a charm. Many thanks for the fix. |
When downloading Landsat 8 data using the script below the following exception is raised:
It seems that the file "README.GTF" is missing and therefore the exception is raised. All other files are downloaded correctly. This problem is present for all Landsat 8 images (at least the ones I tried) and can also be reported for Landsat 5. Landsat 7 seems to download without exceptions. In all cases it seems that there is a mismatch between what
product.available
returns and what actually is available for download.pylandsat 0.4, python 3.6, ubuntu 18.4
The text was updated successfully, but these errors were encountered: