rdwd (version 1.2.0)

updateIndexes: update rdwd indexes

Description

This is meant to be called with getwd at the rdwd package source code directory to update the indexes with one single call.

Usage

updateIndexes(dwdlocal = FALSE, grdlocal = FALSE, metaforce = NA)

Arguments

dwdlocal

Read "DWDdata/INDEX_of_DWD_.txt" instead of calling indexFTP? DEFAULT: FALSE

grdlocal

Read "DWDdata/INDEX_of_DWD_grids.txt" instead of calling indexFTP? DEFAULT: FALSE

metaforce

dataDWD force argument for BESCHREIBUNG files. DEFAULT: NA (re-download if older than 24 hours)

Value

checkIndex results

See Also

createIndex, graphics::plot

Examples

Run this code
# NOT RUN {
# number of files at dwdbase
#  25'757 (2017-03-14) 
# 218'593 (2018-03-25)
# 228'830 (2018-11-26)
# 240'737 (2019-02-19)
# 242'584 (2019-03-11)
# 266'860 (2019-05-15)
# 254'446 (2019-05-30)
# 255'252 (2019-07-31)
# 254'925 (2019-09-17)
# 254'943 (2019-10-26)
 
# gridbase
#  49'247 (2019-05-26)
#  49'402 (2019-05-30)
#  54'314 (2019-07-31)
#  56'759 (2019-09-17)
#  58'656 (2019-10-26)

# }

Run the code above in your browser using DataLab