Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.31 KB

File metadata and controls

34 lines (22 loc) · 1.31 KB

polyCheck

Travis-CI Build Status

The package polyCheck provides functions which can be used to validate delineated polygons created as part of the GRID3 project. The diagnostics check include:

  • Polygon Geometry (area, perimeter, shape complexity etc.)
  • Coordinate Reference Systems
  • Polygon settlement type
  • Does the polygon overlap previously surveyed areas.

It should be noted that the checks are designed to support, not replace, the manual verification process. It is still important that the outline of polygons is still

Installation

To install the package, you can use:

devtools::install_github("GRID3/polyCheck")

User Guide

To see how to use the package check out the vignettes:

Quick Examples