View source: R/processAltitudes.R
This function calculates mean elevation with 40km buffers of specified points. Note, the function will temporarily save the global digital elevation map in a new folder in the working directory, so please ensure there is sufficient memory (around 37MB) available
1 | processAltitudes(points, n_cores, delete_files)
|
points |
A |
n_cores |
Positive integer stating the number of processing cores to split the job across.
Default is |
delete_files |
Logical describing whether or not to delete raw elevation map once the job
is complete. Default is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.