Closed mottensmann closed 5 years ago
DWD has just released the new version of the historical data including 2018. rdwd 0.11.9
on github already reflects the changes. I'm working on some other changes and hope to push to CRAN soon. Thanks for filing this issue!
By the way, selectDWD can handle vectorized inputs. It takes less code and execution time is slightly smaller:
url <- selectDWD(stations, res='daily', var='kl', per='h')
The new version of rdwd is now on CRAN.
Queries for historical weather records using
selectDWD
returns URLs that cannot be opened. In the past those URLs worked but seem outdated now. I am not able to figure out where these URLs are generated but perhaps the example can help in solving the issue.All URLs end with 20171231 and do not exist as shown below for the first.
The correct URLs end with 20181231 and
dataDWD
can handle thoseFrom
session.info()