readBH: Read Biodiversity Hotspots data

Description Usage Arguments Value Author(s) See Also Examples

View source: R/readBH.R

Description

Reads the Conservation International - Biodiversity Hotspots shapefile. Output can also be converted to raster data.

Usage

1
readBH(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 Biodiversity Hotspot polygons or alternatively a raster dataset if rasterize is set to TRUE

Author(s)

Ulrich Kreidenweis

See Also

readWDPA, readFF, readCPD

Examples

1
## Not run: readBH()

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