mapAllCtryPolyToTilesVIIRS: Create a mapping of all countries and the tiles they...

Description Usage Arguments Value Examples

View source: R/tiles.R

Description

This is simply another name for mapCtryPolyToTilesVIIRS with ctryCodes="all"

Usage

1
mapAllCtryPolyToTilesVIIRS(omitCountries = pkgOptions("omitCountries"))

Arguments

omitCountries

A character vector or list of countries to leave out when processing. Default is "none"

Value

None

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
#no countries omitted
## Not run: 
tileMap <- Rnightlights:::mapAllCtryPolyToTilesVIIRS()

## End(Not run)

#no countries omitted
## Not run: 
tileMap <- Rnightlights:::mapAllCtryPolyToTilesVIIRS(omitCountries="none")

## End(Not run)

#include countries that take long to process
## Not run: 
tileMap <- Rnightlights:::mapAllCtryPolyToTilesVIIRS(omitCountries=c("error", "long"))

## End(Not run)

Rnightlights documentation built on Aug. 29, 2019, 5:02 p.m.