prepPA: Prepare protected area polygons

Description Usage Arguments Details Value Examples

View source: R/prepPA.R

Description

Generates files for subsequent use in "PrepPAcover.R".

Usage

1
prepPA(PAin = NA)

Arguments

PAin

Input file with protected area polygons

Details

Takes georeferenced polygons of protected areas from the World Database on Protected Areas (WDPA, downloaded from https://protectedplanet.net/ on 6 December 2017). Includes subset of terrestrial South American protected areas that are in the raster grid. I.e. touching, intersecting, within bounding box created from 150 km buffer around the catchments. Cleans and identifies 3 classes: Indigenous lands, Strict Protection and Use. Definitions from https://www.iucn.org/theme/protected-areas/about/protected-area-categories .

Value

Files for subsequent use.

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
## Not run: 
# Load shapefiles needed
# These large files are not available via github package. 
# Download "shapes.zip" from :
# https://drive.google.com/open?id=1QQArA7pPLemUVQTKx7PxigsQXKpOG0YQ
# For the code below to work, 
# extract files in "shapes.zip" to cmartr/inst/shape .
PA <- system.file("shape/wdpaselect.shp", package="cmartr")
sf.pa <- cmartr::prepPA(PAin = PA)

## End(Not run)

darrennorris/cmartr documentation built on May 23, 2020, 10:10 p.m.