Opened 8 years ago

Closed 8 years ago

#3567 closed defect (fixed)

ST_ClusterDBSCAN should return a NULL id for "noise" inputs

Reported by: dbaston Owned by: pramsey
Priority: medium Milestone: PostGIS 2.2.3
Component: postgis Version: 2.2.x
Keywords: Cc:

Description

Currently, the function returns a cluster ID for all inputs; the user can then filter after the fact to ignore cluster IDs with fewer than X members. This is cumbersome and unlikely to be useful, and leaves gaps in the sequence of final cluster IDs. The function should instead return a NULL cluster ID for inputs that are not in a cluster.

Change History (1)

comment:1 by dbaston, 8 years ago

Resolution: fixed
Status: newclosed

Committed at r14928

Note: See TracTickets for help on using tickets.