Description Usage Arguments Value Examples
View source: R/getnlfilename.R
The name with which to save the OLS tile locally
1 2 3 4 5 | getNlTileZipLclNameOLS(
nlType = "OLS.Y",
configName = pkgOptions(paste0("configName_", nlType)),
nlPeriod
)
|
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 |
character string filename
1 2 3 4 5 | ## Not run:
Rnightlights:::getNlTileZipLclNameOLS("2012")
#returns "OLS.Y_2012_00N180W.tar"
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.