View source: R/extract_svc_from_rast.R
extract_svc_from_rast | R Documentation |
extract pixel information from a raster based on SpatVectorCollection
extract_svc_from_rast(
SpatVector,
input_rast,
input_mask = NULL,
MinSun = 0.25,
prog = T
)
SpatVector |
SpatVectorCollection object |
input_rast |
SpatRaster input raster |
input_mask |
SpatRaster optional mask |
MinSun |
numeric. minimum sunlit/unmasked proportion |
prog |
boolean progressbar ? |
list including rast_sample: dataframe corresponding to information extracted from input_rast, and AttributeTable from SpatVector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.