powered by
Constructs the filename used to save/access the downloaded VIIRS tile .tgz file
getNlTileZipLclNameVIIRS(nlType, configName = pkgOptions(paste0("configName_", nlType)), nlPeriod, tileNum)
The particular VIIRS type e.g. VIIRS.D for daily VIIRS
character the type of raster being processed
The nlPeriod in which the tile was created
The index of the tile as given in nlTileIndex
A character string filename of the compressed .tgz VIIRS tile
# NOT RUN { Rnightlights:::getNlTileZipLclNameVIIRS("201401", 1) #returns "./tiles/VIIRS_2014_01_75N180W.tgz" # } # NOT RUN { # }
Run the code above in your browser using DataLab