Description Usage Arguments Value
View source: R/era5_tile_request.R
Request ERA5 hourly weather data ncfiles for a whole tile
1 2 3 4 5 6 7 8 9 10 11 12 13 | era5_tile_request_multiYear(
user,
key,
sdate,
edate,
xmin,
xmax,
ymin,
ymax,
year_per_req = 2,
pathi = "~",
fname = "download"
)
|
user |
character, username |
sdate |
Start date of hourly data |
edate |
End date of hourly data |
xmin |
xmin |
xmax |
xmax |
ymin |
ymin |
ymax |
ymax |
A list of site var data frames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.