Get WorlClim gridded weather and climate data for historical (near current) conditions.
Source:R/shortcuts.R
getWorldClim.Rd
WorldClim 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
)
Arguments
- AOI
an sf of SpatVect point or polygon to extract data for
- varname
variable name to extract (e.g. tmin)
- model
GCM model name generating
- month
numeric. and month or vector of months to access. Default is 1:12
- ID
a column of unique identifiers
- verbose
Should messages be emited?
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()
,
getCHIRPS()
,
getDaymet()
,
getGLDAS()
,
getGridMET()
,
getISRIC_soils()
,
getLCMAP()
,
getLOCA_hydro()
,
getLOCA()
,
getLivneh_fluxes()
,
getLivneh()
,
getMACA()
,
getMODIS()
,
getNASADEM()
,
getNLCD()
,
getNLDAS()
,
getPRISM()
,
getTerraClimNormals()
,
getTerraClim()
,
getVIC()