# NOT RUN {
#list all tiles
listNlTiles()
#list all VIIRS tiles
listNlTiles(nlTypes = "VIIRS")
#list all VIIRS tiles available in the years 2014-2015. Note VIIRS data
#starts in 201401
listNlTiles(nlTypes = "VIIRS.M", nlPeriods = nlRange("201401", "201512"))
#filter data
listNlTiles(nlTypes = "OLS.Y", nlPeriods = c("2012", "2013"))
# }
Run the code above in your browser using DataLab