era5land_download_monthly: Download monthly

Description Usage Arguments Value

View source: R/download.R

Description

This function

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
era5land_download_monthly(
  aoi = aoi,
  aoi_name = name,
  years = 2021:2021,
  months = 5:8,
  variables = c("2m_temperature", "total_precipitation"),
  user = "",
  download_dir = ".",
  format = c("netcdf", "grib"),
  ...
)

Arguments

aoi

any sf object

aoi_name

string

years

numeric from 1979-2021

months

numeric from 1-12

variables

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

user

your user id 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.