readDWD.deriv: read derived dwd data

View source: R/readDWD.R

readDWD.derivR Documentation

read derived dwd data

Description

Read dwd data from /CDC/derived_germany/. Intended to be called via readDWD().

Usage

readDWD.deriv(file, gargs = NULL, todate = TRUE, quiet = rdwdquiet(), ...)

Arguments

file

Name of file on harddrive, like e.g. DWDdata/soil_daily_historical_derived_germany_soil_daily_historical_3987.txt.gz

gargs

If fread=FALSE: Named list of arguments passed to R.utils::gunzip(), see readDWD.raster(). DEFAULT: NULL

todate

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

quiet

Ignored. DEFAULT: FALSE through rdwdquiet()

...

Further arguments passed to read.table() or data.table::fread()

Value

data.frame

Author(s)

Berry Boessenkool, berry-b@gmx.de

See Also

readDWD(), https://bookdown.org/brry/rdwd/use-case-derived-data.html


brry/rdwd documentation built on April 18, 2024, 4:16 a.m.