This node returns the centroids of geometries listed in input table and replace the geometry column with list of Points. The input table must contain a geometry column with the name “the_geom”” and geometries must be in GeoJSON format.
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 centroids column along with all other columns in input table.
Further Details
Type
Geometry Info
Related functions
See related functions in TO BE COMPLETED.