Reads ERA5-Land Daily Aggregated data (ECMWF/ERA5_LAND/DAILY_AGGR)
from Google Earth Engine. Supports temperature and precipitation
variables via the variable argument.
Arguments
- date
Character or Date. Date in
"YYYY-MM-DD"format.- region
An sf::sf,
sf::st_sfc(), orterra::ext()object defining the spatial extent. Required.- variable
Character.
"temperature"(default) or"precipitation".- backend
Character.
"rest"(default) or"rgee".- cache
Logical. Use disk cache? Default
TRUE.- max_tries
Integer. Retry attempts. Default
3L.- initial_delay
Numeric. Initial retry delay in seconds. Default
1.
Value
A terra::rast() SpatRaster. CRS: EPSG:4326. Values:
Temperature: degrees Celsius (converted from Kelvin)
Precipitation: mm (converted from metres)
References
Munoz Sabater, J. (2019). ERA5-Land hourly data from 1950 to present. Copernicus Climate Change Service (C3S) Climate Data Store (CDS). doi:10.24381/cds.e2161bac
See also
read_gee(), collect_gee_data()
Other GEE readers:
read_chirps(),
read_gee(),
read_landsat(),
read_modis_lst(),
read_modis_ndvi(),
read_sentinel2(),
read_slga(),
read_srtm(),
read_worldclim()