Description Usage Arguments Value Examples
List the tiles which have been downloaded previously and are currently cached in the local tiles folder
1 2 3 4 5 6 7 8 |
nlTypes |
A character vector of nlTypes to filter by |
configNames |
character the config shortnames of rasters to filter by |
extensions |
character the extension of rasters to filter by |
nlPeriods |
A character vector of nlPeriods to filter by |
tileName |
Character vector tileNames to filter by |
source |
Character string. Whether to check data availability. "local" or "remote". Default is "local". |
a list of locally cached nlTiles or NULL
1 2 3 4 5 6 7 8 9 10 11 12 | #list all tiles
listNlTiles()
#list all VIIRS tiles
listNlTiles(nlTypes = "VIIRS")
#list all VIIRS tiles available in the years 2014-2015. Note VIIRS data
#starts in 201401
listNlTiles(nlTypes = "VIIRS.M", nlPeriods = nlRange("201401", "201512"))
#filter data
listNlTiles(nlTypes = "OLS.Y", nlPeriods = c("2012", "2013"))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.