clgeo_CleanByPolygonation.SpatialPolygons: clgeo_CleanByPolygonation.SpatialPolygons

View source: R/clgeo_CleanByPolygonation.R

clgeo_CleanByPolygonation.SpatialPolygonsR Documentation

clgeo_CleanByPolygonation.SpatialPolygons

Description

Function to clean a SpatialPolygons object by polygonation

Usage

clgeo_CleanByPolygonation.SpatialPolygons(sp, verbose = FALSE)

Arguments

sp

object extending the Spatial-class as defined in sp

verbose

Indicates wether the clean logs have to be printed. Default value is FALSE.

Value

an object extending the Spatial-class as defined in sp, with cleaned geometries.

Note

The polygonation method is a tentative alternate method to triangulation to clean geometries. In this method, triangulation is skipped and a re-polygonation algorithm is applied.

Author(s)

Emmanuel Blondel emmanuel.blondel1@gmail.com


cleangeo documentation built on Sept. 1, 2023, 5:08 p.m.