getNlTileTifLclNameOLS: Constructs the filename of the decompressed OLS .tif file

Description Usage Arguments Value Examples

View source: R/getnlfilename.R

Description

Constructs the filename of the decompressed OLS .tif file

Usage

1
2
getNlTileTifLclNameOLS(nlType = "OLS.Y",
  configName = pkgOptions(paste0("configName_", nlType)), nlPeriod)

Arguments

nlType

character string the nlType

configName

character the type of raster being processed

nlPeriod

the nlPeriod in which the tile was created

Value

a character vector filename of the .tif OLS tile

Examples

1
2
3
4
5
6
#using default dirNlTiles
## Not run: 
Rnightlights:::getNlTileTifLclNameOLS("2004")
 #returns "OLS_2004_00N180W.tif"
 
## End(Not run)

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