intersect_ecocat: Calculate overlap between ecoham boxes and atlantis polygons.

Description Usage Arguments Value Examples

Description

Calculate overlap between ecoham boxes and atlantis polygons.

Usage

1
intersect_ecocat(atlantis_bgm, eco_layout = ecocat::ecoham_layout)

Arguments

atlantis_bgm

bgm Geometry file of the ATLANTIS model.

eco_layout

dataframe ECOHAM grid layout. See ecoham_layout for further details.

Value

Dataframe with columns "id", "ecoham_id", "polygon", "area.x", "longitude", "latitude", "area.y" and "wf_area".

Examples

1
2
3
4
5
## Not run: 
atlantis_bgm <- system.file(package = "ecocat", "extdata/NorthSea.bgm")
overlap <- intersect_ecocat(atlantis_bgm, ecoham_layout)

## End(Not run)

alketh/ecocat documentation built on May 10, 2019, 9:20 a.m.