era5land_download_hourly: Download hourly

Description Usage Arguments Value

View source: R/download.R

Description

This function

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
era5land_download_hourly(
  aoi = aoi,
  aoi_name = "name",
  years = 2021:2021,
  months = 5:8,
  days = 1:31,
  hours = 0:23,
  variables = c("surface_net_solar_radiation"),
  user = "",
  key = "",
  download_dir = ".",
  format = c("netcdf", "grib"),
  ...
)

Arguments

aoi

any sf object

aoi_name

string

years

numeric from 1979-2021

months

numeric from 1-12

days

numeric from 1-31

hours

numeric from 0-23

variables

'surface_net_solar_radiation','2m_temperature','total_precipitation','snow_depth_water_equivalent', ...

user

your user id as a string

key

your api key as a string

download_dir

download directory

format

format of the data. "netcdf" (default) or "grib"

...

further parameters passed to ecmwfr::wf_request() #'

Value

A matrix of the infile


bevingtona/era5landDownloadTools documentation built on Dec. 19, 2021, 8:48 a.m.