Description Usage Arguments Value
Extract values at points
1 2 | vx_extract(s, points, n_cores = NULL, mem_share = 0.5,
mem_of_total = FALSE)
|
s |
Input RasterStack |
points |
SpatialPoints* or sf-object containing the points at which to extract values |
n_cores |
Number of cores used for parallel processing. Default is NULL, indicating no parallelization. |
mem_share |
Share of memory to be used |
mem_of_total |
Is 'mem_share' specified as share of total memory (instead of currently available)? |
matrix with extracted values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.