Description Usage Arguments Value Examples
View source: R/getnlfilename.R
Constructs the filename of the decompressed OLS .tif file
1 2 3 4 5 6 | getNlTileTifLclNameOLS(
nlType = "OLS.Y",
configName = pkgOptions(paste0("configName_", nlType)),
extension,
nlPeriod
)
|
nlType |
character string the nlType |
configName |
character the config shortname of the raster being processed |
extension |
character the extension of the raster being processed |
nlPeriod |
the nlPeriod in which the tile was created |
a character vector filename of the .tif OLS tile
1 2 3 4 5 6 | #using default dirNlTiles
## Not run:
Rnightlights:::getNlTileTifLclNameOLS("2004")
#returns "OLS_2004_00N180W.tif"
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.