Closed psteinb closed 4 years ago
I'v already updated the development version that you can get with
rdwd::updateRdwd()
It should be on CRAN some time in the near future as well, but I'm still working on some other updates as well.
just ran rdwd::updateRdwd()
and upgraded to rdwd_1.3.14
, the issue prevails. Any help would be appreciated.
ok, had to reload rdwd
after the update. that did the trick. this appears to work now. thanks!
Oh good comment. I'll see if I can add instructions to reload accordingly
mmh, still found a bad URL:
cannot open URL 'ftp://opendata.dwd.de/climate_environment/CDC/observations_germany/climate/monthly/kl/historical/monatswerte_KL_00840_19950301_20191231_hist.zip'
The start date was changed on the server, see https://opendata.dwd.de/climate_environment/CDC/observations_germany/climate/monthly/kl/historical/monatswerte_KL_00840_19891201_20191231_hist.zip more than 5 years more data!
Wow, they really are expanding a lot. It's kind of a constant battle to keep up to date. For the moment, you can use current=TRUE, see https://bookdown.org/brry/rdwd/fileindex.html I try not to query their servers too often, so it might be some time untill the next update of the fileIndex...
fair enough, current=T
helped with those stations that didn't work out at first. Thanks for the quick response!
Apparently, the dwd has updated some filenames for historical data. I wanted to download the historical monthly numbers for weather stations in Saxony, but received errors for 31 out of 53 stations. Here is an example for
Geringswalde-Altgeringswalde
:When checking the URL and comparing to CDC folder, I observe that
monatswerte_KL_00131_20041101_20181231_hist.zip
is nowmonatswerte_KL_00131_20041101_20191231_hist.zip
at this link. So a year's worth of data was added.