Description Usage Arguments Value Examples
Function to return the url of the OLS tile to download given the year
1 2 3 4 5 | getNlUrlOLS(
nlType,
nlPeriod,
configName = pkgOptions(paste0("configName_", nlType))
)
|
nlType |
The nlType for which to return the tile download URL |
nlPeriod |
The nlPeriod of the tile for which to return the tile download URL |
configName |
character the type of raster being processed |
character string Url of the OLS tile file
1 2 3 4 | ## Not run:
tileUrl <- Rnightlights:::getNlUrlOLS("1999")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.