Internal function that is used to diagnose a single Polygon. Please use the assess_polygons function which is designed to use this function across a list of polygons.

assess_polygon(polygon_path, survey_points, settlement_points, ornl,
  merged_polygons = NULL, progress = TRUE)

Arguments

polygon_path

the relative file path to the polygon shapefile

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