getNlUrlOLS: Function to return the url of the OLS tile to download

Description Usage Arguments Value Examples

View source: R/getnlurl.R

Description

Function to return the url of the OLS tile to download given the year

Usage

1
2
3
4
5
getNlUrlOLS(
  nlType,
  nlPeriod,
  configName = pkgOptions(paste0("configName_", nlType))
)

Arguments

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

Value

character string Url of the OLS tile file

Examples

1
2
3
4
## Not run: 
tileUrl <- Rnightlights:::getNlUrlOLS("1999")

## End(Not run)

chrisvwn/Rnightlights documentation built on Sept. 7, 2021, 1:44 a.m.