get_sent2 | R Documentation |
This function uses the Sentinel-2 missions.
get_sent2( aoi, method = "S2_1C", param = NULL, stat = "median", cloud_mask = TRUE, startDate = "2015-04-01", endDate = "2020-01-01", mask = FALSE, m.low = NULL, m.high = NULL, c.low = 1, c.high = 12 )
aoi |
A sf object indicating the extent of the geom. |
method |
A |
param |
A |
stat |
A |
cloud_mask |
|
startDate |
|
endDate |
|
mask |
|
m.low |
|
m.high |
|
c.low |
|
c.high |
|
A list of Earth Engine Objects and arguments.
## Not run: # Load Libraries library(rgee) ee_Initialize() library(exploreRGEE) # Bring in data huc <- exploreRGEE::huc sent2_2A_SCL <- get_sent2(huc, method = 'S2_2A', param = 'SCL', startDate = '2018-01-01', endDate = '2020-12-31', c.low = 6, c.high = 11) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.