-
Notifications
You must be signed in to change notification settings - Fork 48
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
Bug: New version (2023.10.14) does not handle Landsat8 dataset correctly. #48
Comments
Can you please share a full working example for me to replicate and investigate? What are the variables |
Hi @KMarkert, thanks for a quick response. Please find an extended code snippet with roi and timeslice definitions:
|
Found the source of the error. There is a lookup for sun angle properties in the The latest update upgraded the Landsat collections to use Collection 2 (C1 is deprecated) and there were changes to property names including the ones that are looked up by the function which causes it to fail. here is a quick fix that worked for me:
Longer term fix will be to update the |
Hi Kel, the quick fix worked for me. Thanks a lot for your prompt support and a detailed explanation to the issue. |
No problem! I am reopening this issue so we have in in the backlog for things to fix. |
Hi team, the new version appears to have problems when taking reducers with the Landsat 8 data.
Sharing a code snippet here:
Also attached are the snippets of the error msg:
The text was updated successfully, but these errors were encountered: