Displaying 1 result from an estimated 1 matches for "selectdwd".
Did you mean:
select'd
2018 Mar 18
0
rdwd package error: invalid file argument raised by readDWD
Hi:
I tried to download germany' historical weather data with rdwd package.
However, when I tried to read downloaded data (1080 txt file in total) with
readDWD function, but R raised an error down below:
library(rdwd)
ftpURL <- selectDWD(name = "", exactmatch = TRUE,
res="monthly",
var="kl", per="historical", current = TRUE)
ftpFile <- dataDWD(file = ftpURL, dir = "stella/input/",sleep = 0)
> fooDat <- readDWD(ftpFile,
+...