Description Usage Arguments Value Examples
View source: R/getnlfilename.R
Constructs the filename used to save/access the downloaded VIIRS tile .tgz file
1 2 3 4 5 6 | getNlTileZipLclNameVIIRS(
nlType,
configName = pkgOptions(paste0("configName_", nlType)),
nlPeriod,
tileNum
)
|
nlType |
The particular VIIRS type e.g. VIIRS.D for daily VIIRS |
configName |
character the type of raster being processed |
nlPeriod |
The nlPeriod in which the tile was created |
tileNum |
The index of the tile as given in nlTileIndex |
A character string filename of the compressed .tgz VIIRS tile
1 2 3 4 5 | ## Not run:
Rnightlights:::getNlTileZipLclNameVIIRS("201401", 1)
#returns "./tiles/VIIRS_2014_01_75N180W.tgz"
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.