readWDPA: Read World Database on Protected Areas (WDPA) data

Description Usage Arguments Value Author(s) See Also Examples

View source: R/readWDPA.R

Description

Reads the World Database on Protected Areas, so polygons of the worldwide protected areas. Output can also be converted to raster data.

Usage

1
readWDPA(rasterize=F, rast=NULL, res=NULL, getCover=F, rCache=T, wCache=T)

Arguments

rasterize

if TRUE, polygons are rasterized

rast

specify a raster here that should be used for rasterizing the polygons accordingly

res

alternatively to rast the raster resolution can be set

getCover

if TRUE, returns the share of each cell covered by protected areas

rCache

TRUE: read the data from cache if available

wCache

write the data to cache if it has been newly created

Value

The WDPA polygons or alternatively a raster dataset if rasterize is set to TRUE

Author(s)

Ulrich Kreidenweis

See Also

readBH, readFF, readCPD

Examples

1
## Not run: readWDPA()

pik-piam/geodata documentation built on Nov. 5, 2019, 12:21 a.m.