This node remove repeated points in a geometry.
Ports
Input Port
0 Table containing a single geometry column in GeoJSON format with other attributes. The geometry column name should be prefixed with “the_geom”.
Output Port
0 Table containing converted geometries after removing repeated points. Geometries are in a single column in GeoJSON format with other attributes. The geometry column name is prefixed with “the_geom”.
Further Details
Type
Processing
Related functions
See related functions in PostGIS ST_RemoveRepeatedPoints.