[postgis-tickets] [PostGIS] #3617: ST_ClusterDbScan sometimes returns NULL cluster numbers
PostGIS
trac at osgeo.org
Fri Sep 2 17:01:42 PDT 2016
#3617: ST_ClusterDbScan sometimes returns NULL cluster numbers
----------------------+---------------------------
Reporter: robe | Owner: dbaston
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.3.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+---------------------------
Comment (by dbaston):
This is intended; with a distance tolerance "eps" of zero and "minPoints"
of 2, you need two or more identical points to form a cluster. Since all
of the inputs are unique, there are no clusters.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3617#comment:2>
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