Description Usage Arguments Value Examples
Function to return the url of the VIIRS tile to download given the year, month, and nlTile index
| 1 2 3 4 5 6 | getNlUrlVIIRS(
  nlPeriod,
  tileNum,
  nlType,
  configName = pkgOptions(paste0("configName_", nlType))
)
 | 
| nlPeriod | character string the nlPeriod | 
| tileNum | The integer index of the tile to download as given by  | 
| nlType | character the nlType to consider | 
| configName | character the configName to consider | 
Character string Url of the VIIRS tile file
| 1 2 3 4 5 6 7 8 | ## Not run: 
tileUrl <- Rnightlights:::getNlUrlVIIRS("20171231", "1", "VIIRS.D")
tileUrl <- Rnightlights:::getNlUrlVIIRS("201401", "1", "VIIRS.M")
tileUrl <- Rnightlights:::getNlUrlVIIRS("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.