getAllNlUrlVIIRS: Function to return the url of the VIIRS tile to download

Description Usage Arguments Value Examples

View source: R/getnlurl.R

Description

Function to return the url of the VIIRS tile to download given the year, month, and nlTile index

Usage

1
getAllNlUrlVIIRS(nlTypes, configNames)

Arguments

nlTypes

character the nlTypes to consider

configNames

character the configNames to consider

Value

Character string Url of the VIIRS tile file

Examples

1
2
3
4
5
6
7
8
## Not run: 
tileUrl <- Rnightlights:::getAllNlUrlVIIRS("20171231", "1", "VIIRS.D")

tileUrl <- Rnightlights:::getAllNlUrlVIIRS("201401", "1", "VIIRS.M")

tileUrl <- Rnightlights:::getAllNlUrlVIIRS("2015", "1", "VIIRS.Y")

## End(Not run)

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