Description Usage Arguments Value Examples
Function to return the url of the VIIRS tile to download given the year, month, and nlTile index
1 | getAllNlUrlVIIRS(nlTypes, configNames)
|
nlTypes |
character the nlTypes to consider |
configNames |
character the configNames to consider |
Character string Url of the VIIRS tile file
1 2 3 4 5 6 7 8 | ## Not run:
tileUrl <- Rnightlights:::getAllNlUrlVIIRS("20171231", "1", "VIIRS.D")
tileUrl <- Rnightlights:::getAllNlUrlVIIRS("201401", "1", "VIIRS.M")
tileUrl <- Rnightlights:::getAllNlUrlVIIRS("2015", "1", "VIIRS.Y")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.