Learn R Programming

Rnightlights (version 0.1.2)

getNlTileTifLclNamePathOLS: Constructs the full path used to save/access the decompressed OLS .tif file

Description

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

Usage

getNlTileTifLclNamePathOLS(nlYear, tileNum)

Arguments

nlYear

the year in which the tile was created

tileNum

ignored

Value

a character vector filename of the .tif OLS tile

Examples

Run this code
# NOT RUN {
#using default dirNlTiles
# }
# NOT RUN {
getNlTileTifLclNamePathOLS("2014", "1")
# }
# NOT RUN {
 #returns "/dataPath/tiles/ols_2014.tif"

# }

Run the code above in your browser using DataLab