Description Usage Arguments Value Examples
View source: R/downloadnltiles.R
Download OLS nightlight tile
1 2 3 4 5 6 7 8 | downloadNlTilesOLS(
nlPeriod,
downloadMethod = pkgOptions("downloadMethod"),
nlType = "OLS.Y",
configName = pkgOptions(paste0("configName_", nlType)),
extension,
multiTileStrategy = pkgOptions("multiTileStrategy")
)
|
nlPeriod |
the nlPeriod of the tile |
downloadMethod |
The method to use for download. |
nlType |
A character string of nlType |
configName |
character the config shortname of the raster to process |
extension |
character the extension of the raster to process |
multiTileStrategy |
character How to handle multiple tiles per nlPeriod |
TRUE/FALSE Whether the download was successful
1 2 3 4 5 | ## Not run:
if(Rnightlights:::downloadNlTilesOLS("201405"))
print("download successful")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.