getCtrysDataDirect: Read the ctryNlData directly from files

Description Usage Arguments Value Examples

View source: R/appfuns.R

Description

Read the ctryNlData directly from files

Usage

1
2
3
4
5
6
7
8
9
getCtrysDataDirect(
  ctryCodes,
  admLevel,
  gadmPolySrc = "GADM",
  gadmPolyVer = "3.6",
  gadmPolyType = "SHPZIP",
  nlType = "VIIRS.M",
  custPolyPath = NULL
)

Arguments

ctryCodes

the ISO3 code of the countries

admLevel

The country admin level of interest

gadmPolySrc

The polygon source to use

gadmPolyVer

The GADM version to use

gadmPolyType

The format of polygons to download from GADM

nlType

The nlType of interest

custPolyPath

Alternative to GADM. A path to a custom shapefile zip

Value

character vector available nlTypes

Examples

1
2
3
4
## Not run: 
 getCtryNlTypes()

## End(Not run)

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