Get URLs to Zipped Files Containing Grid Data for Germany
Source:R/list_grids_germany.R
list_grids_germany.Rd
Get URLs to Zipped Files Containing Grid Data for Germany
Usage
list_grids_germany(
resolution,
extension,
variable,
from = NULL,
to = NULL,
recursive = TRUE
)
Arguments
- resolution
one of "monthly", "daily"
- extension
file extension of files to be listed, e.g. ".tgz"
- variable
variable for which to look for URLs. Must be one of
kwb.dwd::list_url(kwb.dwd:::ftp_path_grids_germany(resolution))
- from
optional. First month to be considered, as "yyyymm" string
- to
optional. Last month to be considered, as "yyyymm" string
- recursive
whether to list files recursively. Default:
TRUE