e_request | R Documentation |
Creates a list with data request parameters
e_request(
variable = c("snow_density", "snow_depth", "snow_depth_water_equivalent"),
years,
months,
days,
time = "06:00",
area = c(49, -125, 24.5, -66.5),
out_file
)
variable |
|
years |
|
months |
|
days |
|
time |
|
area |
|
out_file |
|
See vignette "CDS functionality" in package ecmwfr
for
details on creating requests. Requests can also be created by visiting
web API, downloading python code, and using an RStudio function to
convert to list.
List
req_list <- e_request(variable = "snow_density",
years = 2018:2019,
months = 3:4,
days = 15,
out_file = "test.nc")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.