[postgis-tickets] [PostGIS] #3567: ST_ClusterDBSCAN should return a NULL id for "noise" inputs

PostGIS trac at osgeo.org
Wed Jun 1 17:44:32 PDT 2016


#3567: ST_ClusterDBSCAN should return a NULL id for "noise" inputs
---------------------+---------------------------
 Reporter:  dbaston  |      Owner:  pramsey
     Type:  defect   |     Status:  new
 Priority:  medium   |  Milestone:  PostGIS 2.2.3
Component:  postgis  |    Version:  2.2.x
 Keywords:           |
---------------------+---------------------------
 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.

--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3567>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.


More information about the postgis-tickets mailing list