Open
Description
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).
Metadata
Metadata
Assignees
Labels
No labels