powered by
Check if a tile number is valid for a given VIIRS nightlight type.
validNlTileNumVIIRS(nlTileNum, nlType)
the index of the tile
A character string of nlType
TRUE/FALSE
# NOT RUN { Rnightlights:::validNlTileNumVIIRS("1", "VIIRS.M") #returns TRUE Rnightlights:::validNlTileNumVIIRS("9", "VIIRS.D") #returns FALSE # }
Run the code above in your browser using DataLab