Description Usage Arguments Value Examples
List available data. If source is "local" it lists data cached locally. If source is remote lists available data on the remote repository.
1 2 3 4 5 6 7 8 9 10 11 |
ctryCodes |
A character vector of ctryCodes to filter by |
nlPeriods |
A character vector of nlPeriods to filter by |
nlTypes |
A character vector of nlTypes to filter by |
configNames |
character the config shortnames of rasters to filter by |
extensions |
character the extensions of rasters to filter by |
polySrcs |
The source of polygons e.g. GADM or CUST to filter by |
polyVers |
The version of the polygon source to filter by |
nlStats |
The stats to filter by |
source |
Character string. Whether to check data availability "local" or "remote". Default is "local". |
a list of existing cropped rasters
1 2 3 4 5 6 7 8 9 10 11 | #list all rasters
listCtryNlRasters()
#list all rasters available for KEN
listCtryNlRasters(ctryCodes = "KEN")
#list all VIIRS rasters available for ECU
listCtryNlRasters(ctryCodes = "ECU", nlTypes = "VIIRS")
#list available OLS rasters for KEN and RWA in 2012 & 2013
listCtryNlRasters(ctryCodes = c("KEN","RWA"), nlPeriods = c("2012", "2013"), nlTypes = "OLS.Y")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.