polygon_self_intersection: Check whether delineated polygon intersects any other

Description Usage Arguments Author(s) See Also

Description

This internal function is used to check whether a delineated polygon intersects any other delineated polygons. It will report the polygon it overlaps and the proportion of area which overlaps.

Usage

1
polygon_self_intersection(polygon, all_polygons, self_id)

Arguments

polygon

the polygon to be checked

all_polygons

a SpatialPolygonDataFrame as calculated from the merge_delineated_polygons function

self_id

the ID of the polygon being assessed. This makes sure that the polygon excludes this file

Author(s)

Michael Harper

See Also

merge_delineated_polygons


GRID3/polyCheck documentation built on May 26, 2019, 8:35 a.m.