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
Sometimes, files downloaded by weather-dl are created in GCS, but contain zero bytes. To address this, we could:
Add a check after fetch is complete that checks the file size in the bucket. If zero, retry the DL.
When we check if the file exists or needs to be skipped, we should also check the file size.
Workarounds: Users can make use of gsutil or equivalent tools to find all empty files. Then, they can delete these and re-download (with a separate invocation).
The text was updated successfully, but these errors were encountered:
I think @fredzyda can help you with the assignment. Though, I don’t think any one else is working on it right now, feel free to take a crack at the implementation. :)
Before you do, check with @mahrsee to see if this is still an issue — it may have been fixed in wdl2.
We haven't observed this issue recently, and it's not implemented in WDL and WDLv2. However, implementing this would serve as a great safety check, so we should proceed with it.
Sometimes, files downloaded by weather-dl are created in GCS, but contain zero bytes. To address this, we could:
Workarounds: Users can make use of
gsutil
or equivalent tools to find all empty files. Then, they can delete these and re-download (with a separate invocation).The text was updated successfully, but these errors were encountered: