pgisMakeValid: Correct PostGIS table geometry errors

Description Usage Arguments

View source: R/geometry.R

Description

The geometry of a table can be invalid (most of the time because of intersecting segments), ans causes bugs in geoprocessing. This function correct these errors if necessary.

Usage

1
pgisMakeValid(conn, tbl, geom.col = "geometry", verbose = TRUE)

Arguments

conn

a PostgreSQLConnection object.

tbl

character; table name.

geom.col

character; name of the geometry column (default: 'geometry).

verbose

boolean; wheter or not warning when correction are applied (default: TRUE)


MiloMonnier/postgisr documentation built on Feb. 16, 2021, 8:03 p.m.