Execute.Requests: Execute CDS Requests

View source: R/CDSAPI.R

Execute.RequestsR Documentation

Execute CDS Requests

Description

Loops over list of fully formed ecmwfr requests and executes these on CDS.

Usage

Execute.Requests(Requests_ls, Dir, API_User, API_Key, TryDown, verbose = TRUE)

Arguments

Requests_ls

List. ecmwfr-ready CDS requests formed with Make.Request.

Dir

Character. Directory where to save raw data.

API_User

Character. CDS API User

API_Key

Character. CDS API Key

TryDown

Numeric. How often to retry a failing request/download

verbose

Logical. Whether to print/message function progress in console or not.

Value

No R object. Resulting files of CDS query/queries in signated directory.

See Also

Register.Credentials, Make.Request.


ErikKusch/KrigR documentation built on Feb. 17, 2025, 2:09 p.m.