getNlTileZipLclNameOLS: The name with which to save the OLS tile locally

Description Usage Arguments Value Examples

View source: R/getnlfilename.R

Description

The name with which to save the OLS tile locally

Usage

1
2
3
4
5
getNlTileZipLclNameOLS(
  nlType = "OLS.Y",
  configName = pkgOptions(paste0("configName_", nlType)),
  nlPeriod
)

Arguments

nlType

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

configName

character the type of raster being processed

nlPeriod

The year of the OLS tile

Value

character string filename

Examples

1
2
3
4
5
## Not run: 
Rnightlights:::getNlTileZipLclNameOLS("2012")
#returns "OLS.Y_2012_00N180W.tar"

## End(Not run)

chrisvwn/Rnightlights documentation built on Sept. 7, 2021, 1:44 a.m.