Read dwd data from /CDC/derived_germany/.
Intended to be called via readDWD()
.
readDWD.deriv(file, gargs = NULL, todate = TRUE, quiet = rdwdquiet(), ...)
data.frame
Name of file on harddrive, like e.g. DWDdata/soil_daily_historical_derived_germany_soil_daily_historical_3987.txt.gz
If fread=FALSE: Named list of arguments passed to
R.utils::gunzip()
, see readDWD.raster()
. DEFAULT: NULL
Logical: Convert char column 'Datum' or 'Monat' with as.Date()
?
The format is currently hard-coded. Monthly data gets mapped to yyyy-mm-15
DEFAULT: TRUE
Ignored.
DEFAULT: FALSE through rdwdquiet()
Further arguments passed to read.table()
or data.table::fread()
Berry Boessenkool, berry-b@gmx.de
readDWD()
, https://bookdown.org/brry/rdwd/use-case-derived-data.html