rasterToMatch
and rasterToMatchLarge
raster layers are created
from studyArea
and studyAreaLarge
polygons (respectively)
using a template raster (often rawBiomassMap
)
prepRasterToMatch(
studyArea,
studyAreaLarge,
rasterToMatch,
rasterToMatchLarge,
destinationPath,
templateRas,
studyAreaName,
cacheTags
)
A SpatialPolygons*
object used as the principle study region,
passed to reproducible::prepInputs()
.
same as studyArea
, but larger and completely
covering it.
A RasterLayer
objects to use as the template for all subsequent
raster operations (i.e., the one used throughout the simulation).
the rasterToMatchLarge
object from sim
path to data directory where objects will be downloaded or saved to
a template raster used to make rasterToMatch
and/or rasterToMatchLarge
. Must match studyAreaLarge
.
character string giving the study area name.
a character vector of strings to pass to Cache(userTags)