| get_any | R Documentation |
This function allows the user to provide a earth engine image/imageCollection character string which will help with simple processing.
get_any( aoi, image_type = "ImageCollection", method, param = NULL, stat = "median", startDate = NULL, endDate = NULL, mask = FALSE, m.low = NULL, m.high = NULL, c.low = NULL, c.high = NULL )
aoi |
A sf object indicating the extent of the geom. |
image_type |
A |
method |
A |
param |
A |
stat |
A |
startDate |
|
endDate |
|
mask |
|
m.low |
|
m.high |
|
c.low |
|
c.high |
|
A list of Earth Engine Objects and arguments.
Use how you would normally call a GEE session online but with method as your collection snippet.
## Not run:
# Load Libraries
library(rgee)
ee_Initialize()
library(exploreRGEE)
# Bring in data
huc <- exploreRGEE::huc
# get any Image or ImageCollection
forest_cover_loss <- get_any(huc, image_type = "Image",
method = 'UMD/hansen/global_forest_change_2019_v1_7',
param = 'lossyear')
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.