Learn R Programming

Rnightlights (version 0.2.3)

getNlTileZipLclNameVIIRS: Constructs the filename used to save/access the downloaded VIIRS tile .tgz file

Description

Constructs the filename used to save/access the downloaded VIIRS tile .tgz file

Usage

getNlTileZipLclNameVIIRS(nlPeriod, tileNum, nlType)

Arguments

nlPeriod

The nlPeriod in which the tile was created

tileNum

The index of the tile as given in nlTileIndex

nlType

character the nlType

Value

A character string filename of the compressed .tgz VIIRS tile

Examples

Run this code
# NOT RUN {
Rnightlights:::getNlTileZipLclNameVIIRS("201401", 1)
 #returns "./tiles/VIIRS_2014_01_75N180W.tgz"
 
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab