get_npp | R Documentation |
This function gets Net Primary Productivity products for selected time frames. Cloud masking will be at 50% if TRUE; however, for 'ld_NPP' 255 will be masked out.
get_npp( aoi, method = "ld_NPP", param = NULL, stat = "median", cloud_mask = TRUE, startDate = "1986-01-01", endDate = "2019-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 |
|
The methods currently available:
ld_NPP: UMT/NTSG/v2/LANDSAT/NPP; 1986-01-01 - 2019-01-01.
modis_NPP: UMT/NTSG/v2/MODIS/NPP; 2001-01-01 - 2019-01-01.
terra: MODIS/006/MOD17A3HGF; 2001-01-01 - 2019-01-01.
aqua: MODIS/006/MYD17A3HGF; 2002-01-01 - 2019-01-01.
A list of Earth Engine Objects and arguments.
## Not run: # Load Libraries library(rgee) ee_Initialize() library(exploreRGEE) # Bring in data huc <- exploreRGEE::huc npp <- get_npp(huc, method = 'ld_NPP', param = 'annualNPP', startDate = '2014-01-01', endDate = '2018-12-31') ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.