Learn R Programming

Rnightlights (version 0.1.2)

validNlTileNameVIIRS: Check if a tile index name is valid for a given nightlight type

Description

Check if a tile number is valid for a given nightlight type. Note tile num is only valid for "VIIRS" nightlight type

Usage

validNlTileNameVIIRS(tileName)

Arguments

tileName

the name of the tile

Value

TRUE/FALSE

Examples

Run this code
# NOT RUN {
validNlTileNameVIIRS("00N060W")
# }
# NOT RUN {
 #returns TRUE

# }

Run the code above in your browser using DataLab