Learn R Programming

Rnightlights (version 0.2.4)

getNlTileTifLclNamePathVIIRS: Constructs the full path used to save/access the decompressed VIIRS .tif file

Description

Constructs the full path used to save/access the decompressed VIIRS .tif file

Usage

getNlTileTifLclNamePathVIIRS(nlType = "VIIRS.M",
  configName = pkgOptions(paste0("configName_", nlType)), nlPeriod,
  tileNum)

Arguments

nlType

The particular VIIRS type e.g. VIIRS.D for daily VIIRS

configName

character the type of raster being processed

nlPeriod

the yearMonth in which the tile was created

tileNum

the index of the tile as given in nlTileIndex

Value

a character vector filename of the .tif VIIRS tile

Examples

Run this code
# NOT RUN {
#using default dirNlTiles
# }
# NOT RUN {
Rnightlights:::getNlTileTifLclNamePathVIIRS(nlType = "VIIRS.M", nlPeriod = "201401", tileNum = "1")
 #returns "/dataPath/tiles/VIIRS_2014_01_75N180W.tif"
 
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab