Clustering

The following clustering functions are available:

Function

Description

ST_ClusterDBSCAN

DBSCAN (Density-Based Spatial Clustering of Applications with Noise) function for geometries

ST_ClusterIntersecting

A spatial clustering function that groups geometries into clusters based on geometric intersections

ST_ClusterWithin

A spatial clustering function that groups geometries into clusters based on a maximum distance between them.