validNlTileNameVIIRS: Check valid VIIRS nightlight tile name

Description Usage Arguments Value Examples

View source: R/tiles.R

Description

Check if a tile name is valid for a given VIIRS nightlight type.

Usage

1
validNlTileNameVIIRS(tileName, nlType)

Arguments

tileName

the name of the tile

nlType

character the nlType

Value

TRUE/FALSE

Examples

1
2
Rnightlights:::validNlTileNameVIIRS("00N060W", "VIIRS.M")
 #returns TRUE

Rnightlights documentation built on Aug. 29, 2019, 5:02 p.m.