-
Notifications
You must be signed in to change notification settings - Fork 22
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
103 imgw hourly year 2024 #104
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #104 +/- ##
==========================================
+ Coverage 87.83% 87.85% +0.02%
==========================================
Files 29 29
Lines 1619 1639 +20
==========================================
+ Hits 1422 1440 +18
- Misses 197 199 +2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@bczernecki, I've tried the code below, and one of the messages states that one of the files is skipped. I was able to download and unzip the file by hand and it contains some data. Is skipping the best approach here?
|
@Nowosad I tried to download this file in R and unzip it internally, but it fails. It also fails on MacOS if I download it manually, so couldn't find a robust solution, but I am open to any suggestions |
Ok -- I see it from R (I can unzip it without any warnings/issues in Fedora):
I do not have any better universal ideas on what to do -- except maybe using warnings in such cases instead of messages? |
@Nowosad - Yea.. I've contacted IMGW to let them know that the ZIP files are corrupted and do not work on all modern OS. The main reason is not consistent ZIP version usage. This is how it looks for Linux:
So sometimes they use ZIP 2.0 and sometimes 6.3. New files will be uploaded only in the modern ZIP standard, but the problematic ones won't be modified. Maybe let's keep this ticket open for some time and then we can decide whether we want to add these files internally in the package or create package environment that will keep logging which files failed and then provide summary while finishing downloading 🤔 |
Closing #103 #102