Extract mean summer NDVI values for buffers around lat/long points
1 | processNDVI(filepath, points, buffer, northern_summer = T, n_cores)
|
filepath |
A |
points |
A |
buffer |
Positive numeric value stating the length (in meters) of the desired buffer radius. Mean values of the climate variable will be calculated for each point from within this buffer |
northern_summer |
Logical. If TRUE, calculate NDVI for the northern hemisphere summer using July observations. If FALSE, calculate NDVI for southern hemisphere summer using January observations. Default is TRUE |
n_cores |
Positive integer stating the number of processing cores to split the job across.
Default is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.