clgeo_IsValid: clgeo_IsValid

Description Usage Arguments Value Author(s) Examples

View source: R/clgeo_IsValid.R

Description

Wrapper method to try performing rgeos::gIsValid call and catch eventual warnings or errors (in particular GEOS exceptions).

Usage

1
clgeo_IsValid(sp, verbose = FALSE)

Arguments

sp

object extending the Spatial-class as defined in sp

verbose

object of class "logical". Default value is FALSE.

Value

an object of class "logical". TRUE if valid, FALSE otherwise

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com

Examples

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

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