Skip to content
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]: CEMS Fire Data - Missing tif (also missing day in the leap-year 2024) #326

Open
1 task done
brookisme opened this issue Jan 31, 2025 · 1 comment
Open
1 task done
Assignees
Labels
bug Something isn't working

Comments

@brookisme
Copy link

brookisme commented Jan 31, 2025

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:

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.

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

  • I agree to follow this project's Code of Conduct
@brookisme brookisme added the bug Something isn't working label Jan 31, 2025
@brookisme
Copy link
Author

For those interested I also submitted a question to the ee-discussion group asking if there was a way to code around errors like these:

https://groups.google.com/g/google-earth-engine-developers/c/DJL_76ormPk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants