Skip to contents

Example mask shapefile.

Usage

get_origin_areas()

Details

Example of input origin_areas used for functions. It is a sample from Natura 2000 areas.

Value

sfc_MULTIPOLYGON and sfc object.

References

European Environment Agency. (2023). Natura 2000 data - the European network of protected sites. European Environment Agency. Retrieved from https://www.eea.europa.eu/en Last Access: 16/10/2024.

Examples

origin_areas <- get_origin_areas()
#> Reading layer `origin_areas' from data source 
#>   `/home/runner/work/_temp/Library/EGCorrs/external/origin_areas/origin_areas.shp' 
#>   using driver `ESRI Shapefile'
#> Simple feature collection with 1 feature and 1 field
#> Geometry type: POLYGON
#> Dimension:     XY
#> Bounding box:  xmin: 22.86969 ymin: 36.04912 xmax: 23.13855 ymax: 36.39421
#> Geodetic CRS:  WGS 84
plot(origin_areas)