n2000_intersect: Extract information from Natura 2000 sites within a target...

Description Usage Arguments Details Author(s)

View source: R/n2000_intersect.R

Description

Extract Natura 2000 site information which overlap specified spatial locations.

Usage

1
n2000_intersect(n2000_file, target_areas, byid = T, enclosed = F)

Arguments

n2000_file

['character'] or ['object'] The file path to the Natura2000 geopackage. Alternatively the name of the loaded geopackage in the environment.

target_areas

['character'] or ['object'] The file path to the spatial polygon(s) for the area of interest. Must be readable by sf::st_read(). Alternatively the name of the loaded spatial data in the environment.

byid

['logical']. Should data be extracted for each target area (TRUE) or should they be merged first (FALSE)? Defaults to TRUE.

enclosed

['logical']. Should Natura 2000 sites only be included if they are fully enclosed by the target area? Defaults to FALSE.

Details

If the CRS of the target_areas does not match that of the Natura 2000 data, the target_areas are first reprojected.

Author(s)

Matt Lewis


iiasa/rN2000 documentation built on Dec. 20, 2021, 6:55 p.m.