get_nex | R Documentation |
This function allows the user to get NASA Earth Exchange products.
get_nex( aoi, method = "ensemble", scenario = "rcp85", model = "ACCESS1-0", 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. |
method |
A |
scenario |
A |
model |
A |
param |
A |
stat |
A |
startDate |
|
endDate |
|
mask |
|
m.low |
|
m.high |
|
c.low |
|
c.high |
|
The method
, scenario
and model
currently available:
method: ensemble, dcp, gddp.
scenario: 'historical', 'rcp26', 'rcp45', 'rcp60', 'rcp85'
model: ACCESS1-0', 'bcc-csm1-1', 'bcc-csm1-1-m', 'BNU-ESM', 'CanESM2', 'CCSM4', 'CESM1-BGC', 'CESM1-CAM5', 'CMCC-CM', 'CNRM-CM5', 'CSIRO-Mk3-6-0', 'FGOALS-g2', 'FIO-ESM', 'GFDL-CM3', 'GFDL-ESM2G', 'GFDL-ESM2M', 'GISS-E2-H-CC', 'GISS-E2-R', 'GISS-E2-R-CC', 'HadGEM2-AO', 'HadGEM2-CC', 'HadGEM2-ES', 'inmcm4', 'IPSL-CM5A-LR', 'IPSL-CM5A-MR', 'IPSL-CM5B-LR', 'MIROC5', 'MIROC-ESM', 'MIROC-ESM-CHEM', 'MPI-ESM-LR', 'MPI-ESM-MR', 'MRI-CGCM3', 'NorESM1-M'
A list of Earth Engine Objects and arguments.
scenario
only uses dcp
and gddp
so disregard when using ensemble
and be aware when using the others. In addition, it is up to the users to understand what model to use with
what scenario! Some scenarios and models don't jive so do your research.
## 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, method = 'ensemble', scenario = 'rcp85', model = 'ACCESS1-0', method = 'NASA/NEX-DCP30_ENSEMBLE_STATS', param = 'lossyear') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.