Description Usage Arguments Value Examples
Generate a list of all possible nlPeriods for a given nlType
1  | getAllNlPeriods(nlTypes)
 | 
nlTypes | 
 types of nightlights to process  | 
a named list of character vector nlPeriods
1 2 3 4 5 6 7 8  | getAllNlPeriods("OLS.Y")
 #returns a vector of all years from 1994 to 2013
getAllNlPeriods("VIIRS.M")
 #returns a vector of all yearMonths from 201401 to present
getAllNlPeriods(c("OLS.Y", "VIIRS.Y"))
 #returns a list with 2 named vectors, one for each annual nlType
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.