View source: R/preprocessing.R
get_clip_ext | R Documentation |
Return clipping extent with buffer radius. It assumes the input CRS is projected and linear unit is meters.
get_clip_ext(pnts, radius, extrusion = 1.1)
pnts |
One of sf or SpatVector object. Target points of computation. |
radius |
numeric(1). Buffer radius. It is assumed to be in meters |
extrusion |
numeric(1). The extent extrusion factor.
Default is 1.1, meaning that the actual padding is 10 percent
wider than |
A terra::ext
or sfc_POLYGON object of the computation extent.
Insang Song
Other Helper functions:
datamod()
,
dep_check()
,
dep_switch()
,
par_def_q()
,
reproject_std()
,
reproject_to_raster()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.