
Get WorlClim gridded weather and climate data for historical (near current) conditions.
Source:R/shortcuts.R
getWorldClim.RdWorldClim is a database of high spatial resolution global weather and climate data. These data can be used for mapping and spatial modeling.
Usage
getWorldClim(
AOI = NULL,
varname = NULL,
model = "wc2.1_5m",
month = 1:12,
ID = NULL,
verbose = TRUE
)Value
if AOI is polygon a list of SpatRasters, if AOI is a point then a data.frame of modeled records.
See also
Other shortcuts:
get3DEP(),
getBCCA(),
getCABCM(),
getCHIRPS(),
getDaymet(),
getGLDAS(),
getGridMET(),
getISRIC_soils(),
getLCMAP(),
getLOCA(),
getLOCA_hydro(),
getLivneh(),
getLivneh_fluxes(),
getMACA(),
getMODIS(),
getNASADEM(),
getNLCD(),
getNLDAS(),
getPRISM(),
getTerraClim(),
getTerraClimNormals(),
getVIC()