Description Usage Arguments Value Examples
Construct the name of a nightlight data column given the nightlight type and nlPeriod Used in creating and retrieving data columns from the nightlight data file
1 2 3 4 5 6 7 8 9 10  | getCtryNlDataColName(
  nlPeriod,
  nlStat,
  nlType,
  configName,
  extension,
  multiTileStrategy = "all",
  multiTileMergeFun = "mean",
  removeGasFlaresMethod = pkgOptions(paste0("removeGasFlaresMethod_", nlType))
)
 | 
nlPeriod | 
 character vector The nlPeriod to process  | 
nlStat | 
 character vector The stat to be stored in the column  | 
nlType | 
 character vector The type of nightlight  | 
configName | 
 character the confg short name of raster being processed  | 
extension | 
 character the extension of raster being processed  | 
multiTileStrategy | 
 character How to handle multiple tiles per nlPeriod  | 
multiTileMergeFun | 
 character The function to use to merge tiles  | 
removeGasFlaresMethod | 
 logical Whether to perform gas flare removal pre-processing  | 
character string
1  | Rnightlights:::getCtryNlDataColName("201612", "sum", nlType="VIIRS.M")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.