getCtryNlDataColName: Construct the name of a nightlight data column given the...

Description Usage Arguments Value Examples

View source: R/ctrynldata.R

Description

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

Usage

1
2
3
getCtryNlDataColName(nlPeriod, nlStat, nlType, configName,
  multiTileStrategy = "all", multiTileMergeFun = "mean",
  removeGasFlares = TRUE)

Arguments

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 type of raster being processed

multiTileStrategy

character How to handle multiple tiles per nlPeriod

multiTileMergeFun

character The function to use to merge tiles

removeGasFlares

logical Whether to perform gas flare removal pre-processing

Value

character string

Examples

1
2
Rnightlights:::getCtryNlDataColName("201612", "sum", nlType="VIIRS.M")
  

Rnightlights documentation built on Aug. 29, 2019, 5:02 p.m.