Learn R Programming

Rnightlights (version 0.2.4)

tileName2Idx: Get the index of a tile given its name

Description

Get the index of a VIIRS tile as given by getNlTiles() given its name

Usage

tileName2Idx(tileName, nlType)

Arguments

tileName

name as given by getNlTiles()

nlType

the nlType of interest

Value

Integer index of the tile

Examples

Run this code
# NOT RUN {
Rnightlights:::tileName2Idx("00N060W", "VIIRS.M")

# }

Run the code above in your browser using DataLab