assess_polygons: Assess the geometry of a polygon

Description Usage Arguments Details Author(s) See Also

Description

Runs a number of diagnostics on the delineated polygons to check the geometry. Checks the field parameters, the area of settled area covered and shape complexity. See the details for more information.

Usage

1
2
assess_polygons(polygons, survey_points, settlement_points, ornl,
  merged_polygons = NULL, progress = FALSE)

Arguments

survey_points

Optional. The survey points where the delineation should occur

settlement_points

Optional. The settlement type points layer

ornl

Optional. A shapefile of the previously surveyed locations

merged_polygons

Optional. A SpatialPolygonDataFrame of the delineated polygons created from the merge_delineated_polygons function.

progress

should messages be displayed for the progress through the polygons? Default is TRUE

Details

The full diagnostics checked are as follows:

Additional diagnostics are provided which may also provide indications of polygons which require further inspection:

Author(s)

Michael Harper

See Also

Polsby Popper Definition: https://www.azavea.com/blog/2016/07/11/measuring-district-compactness-postgis/


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