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

Warnings about missing Tb files when running init #54

Open
trey-stafford opened this issue Sep 25, 2024 · 4 comments
Open

Warnings about missing Tb files when running init #54

trey-stafford opened this issue Sep 25, 2024 · 4 comments

Comments

@trey-stafford
Copy link

Running docker compose run cli init all results in a large number of warning-level logs indicating that data are missing for dates from 2022-05-01 through 2024-09-25. E.g., :

2024-09-25 14:14:43.929 | WARNING  | antarctica_today.generate_daily_melt_file:generate_new_daily_melt_files:103 - Warning: At least one NSIDC Tb file on date '20240923' is missing. Skipping that date.
2024-09-25 14:14:43.962 | WARNING  | antarctica_today.generate_daily_melt_file:generate_new_daily_melt_files:103 - Warning: At least one NSIDC Tb file on date '20240924' is missing. Skipping that date.
2024-09-25 14:14:43.994 | WARNING  | antarctica_today.generate_daily_melt_file:generate_new_daily_melt_files:103 - Warning: At least one NSIDC Tb file on date '20240925' is missing. Skipping that date.
@mfisher87
Copy link
Contributor

mfisher87 commented Sep 25, 2024

This is normal, and documented in operation.md :)

@mfisher87
Copy link
Contributor

Perhaps a useful change would be to downgrade them to debug messages.

@trey-stafford
Copy link
Author

@mfisher87 so you don't think this is a problem? The only reference I see in the operation.md is a TODO that we see a lot of these warnings, but no context as to if they are problematic for data processing.

@mfisher87
Copy link
Contributor

mfisher87 commented Sep 26, 2024

Oh, my bad, I have no idea what happened to that documentation now. I had replaced that TODO with the answer to the question: The warnings that are thrown are for dates that are expected to have no data. They really should be debug messages, not warnings. I feel like I'm going crazy 😆

Thanks for your patience with me :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

2 participants