get_terrain | R Documentation |
This function takes the USGS NED (National Elevation Dataset) or SRTM (Shuttle Radar Topography Mission) and gets a handful of terrain indices. This is good for downloaded areas for further analysis or passing on for some quick stats.
get_terrain( aoi, method = "NED", param = "slope", mask = FALSE, m.low = NULL, m.high = NULL, az = 270, el = 45 )
aoi |
A sf object indicating the extent of the geom. |
method |
|
param |
|
mask |
|
m.low |
|
m.high |
|
az |
|
el |
|
A list of Earth Engine Objects and arguments.
## Not run: # Load Libraries library(rgee) ee_Initialize() library(exploreRGEE) # Bring in data huc <- exploreRGEE::huc # get terrain twi <- get_terrain(huc, method = 'NED', param = 'TWI') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.