Description Usage Arguments Details Author(s)
View source: R/n2000_intersect.R
Extract Natura 2000 site information which overlap specified spatial locations.
1 | n2000_intersect(n2000_file, target_areas, byid = T, enclosed = F)
|
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 |
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. |
If the CRS of the target_areas
does not match that of the Natura 2000 data, the target_areas
are first reprojected.
Matt Lewis
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.