-
Notifications
You must be signed in to change notification settings - Fork 21
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
hydro2023 fix #100
hydro2023 fix #100
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #100 +/- ##
==========================================
+ Coverage 83.71% 87.83% +4.11%
==========================================
Files 32 29 -3
Lines 1750 1619 -131
==========================================
- Hits 1465 1422 -43
+ Misses 285 197 -88 ☔ View full report in Codecov by Sentry. |
@Nowosad ready for re-review |
devtools::load_all()
#> ℹ Loading climate
h2022 = hydro_imgw_monthly(2022)
#> /tmp/Rtmphey1As/file196d36654abf4
#> /tmp/Rtmphey1As/file196d32351d8f5
#> /tmp/Rtmphey1As/file196d356036c71
h2023 = hydro_imgw_monthly(2023)
#> /tmp/Rtmphey1As/file196d3341d7c9e
#> /tmp/Rtmphey1As/file196d31bb006c6
#> /tmp/Rtmphey1As/file196d36f58fb13
h2024 = hydro_imgw_monthly(2024)
#> /tmp/Rtmphey1As/file196d34142d196
#> Problems with downloading data. Run function with argument allow_failure = FALSE to see more details One question @bczernecki -- no data for 2024 exist yet? |
Not yet |
One more question -- why |
This is the largest of all datasets (10-min time resolution) and it is based on data.table which is significantly faster. On the other hand it has consistent structure contrary to other IMGW datasets which varies in terms of columns order, etc... so this is exception only for this dataset. However, we can think about wrapping it into |
Hot fixes for monthly and daily hydro dataset that include different encodings and seperator characters.