clgeo_CollectionReport: clgeo_CollectionReport

Description Usage Arguments Value Author(s) See Also Examples

View source: R/clgeo_CollectionReport.R

Description

Function to get a spatial data collection validation report. The function outputs a data.frame binding all geometry validity reports, each one produced by clgeo_GeometryReport

Usage

1

Arguments

sp

object extending the Spatial-class as defined in sp

Value

an object of class data.frame with the following columns:

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

See Also

clgeo_GeometryReport

Examples

1
2
3
4
5
 require(maptools)
 file <- system.file("extdata", "example.shp", package = "cleangeo")
 sp <- readShapePoly(file)
 
 report <- clgeo_CollectionReport(sp)

cleangeo documentation built on April 17, 2021, 5:06 p.m.