| getPRISM | R Documentation |
Get PRISM data
getPRISM(
AOI,
varname = NULL,
startDate,
endDate = NULL,
timeRes = "daily",
verbose = FALSE,
ID = NULL,
dryrun = FALSE
)
AOI |
an sf of SpatVect point or polygon to extract data for |
varname |
variable name to extract (e.g. tmin) |
startDate |
a start date given as "YYYY-MM-DD" to extract data for |
endDate |
an end date given as "YYYY-MM-DD" to extract data for |
timeRes |
daily or monthly |
verbose |
Should messages be emited? |
ID |
a column of unique identifiers |
dryrun |
Return summary of data prior to retrieving it |
if AOI is polygon a list of SpatRasters, if AOI is a point then a data.frame of modeled records.
Other shortcuts:
get3DEP(),
getBCCA(),
getCABCM(),
getCHIRPS(),
getDaymet(),
getGLDAS(),
getGridMET(),
getISRIC_soils(),
getLCMAP(),
getLOCA(),
getLOCA_hydro(),
getLivneh(),
getLivneh_fluxes(),
getMACA(),
getMODIS(),
getNASADEM(),
getNLCD(),
getNLDAS(),
getTerraClim(),
getTerraClimNormals(),
getVIC(),
getWorldClim()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.