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
Hi Everyone. I was running a job using CEMS Fire data and got this error:
Error: Failed to read object "gs://ce-cems-fire-daily-4-1/20231205.tif#1709424684491404". No such object: ce-cems-fire-daily-4-1/20231205.tif (Error code: 3)
It turns out there is indeed an ee.Image for 2023-12-05 in the ImageCollection but there is no tif backing it.
As you can see the ee.Imageim_bad does exists in the ic and have properties etc, but when you add it to the map and use the inspector you get the same error mentioned above.
As a side discovery, when trying to understand this error I noticed all the leap years correctly have 366 days except 2024.
Getting gs://ce-cems-fire-daily-4-1/20231205.tif in place would be amazing. Fixing the 2024 leap-year/missing-ee-image would be nice but isn't a blocker.
Thanks!
Brookie
Relevant additional information
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Contact Details
[email protected]
Provide Dataset Link
https://gee-community-catalog.org/projects/cems_fire/
Describe the bug
Hi Everyone. I was running a job using CEMS Fire data and got this error:
It turns out there is indeed an
ee.Image
for 2023-12-05 in theImageCollection
but there is notif
backing it.This script shows what is going on
https://code.earthengine.google.com/ebd780538f365c4be5d0a6b9baa84251
As you can see the
ee.Image
im_bad
does exists in the ic and have properties etc, but when you add it to the map and use the inspector you get the same error mentioned above.As a side discovery, when trying to understand this error I noticed all the leap years correctly have 366 days except 2024.
Getting
gs://ce-cems-fire-daily-4-1/20231205.tif
in place would be amazing. Fixing the 2024 leap-year/missing-ee-image would be nice but isn't a blocker.Thanks!
Brookie
Relevant additional information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: