[postgis-tickets] [PostGIS] #3023: Create ST_ClusterIntersecting / ST_ClusterWithin Functions
PostGIS
trac at osgeo.org
Wed Feb 4 08:12:18 PST 2015
#3023: Create ST_ClusterIntersecting / ST_ClusterWithin Functions
-------------------------+--------------------------------------------------
Reporter: dbaston | Owner: dbaston
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS 2.2.0
Component: postgis | Version: trunk
Keywords: |
-------------------------+--------------------------------------------------
Comment(by dbaston):
Discussed on IRC....nothing wrong with using GEOS STRTree per se.
Aggregates can cause headaches for upgrades, since they can't be dropped
if there are views that depend on them. Clustering functions could be
changed to be be standard functions that accept geometry[] as an input
type, if PSC wants to avoid creating new aggregates. User would call
ST_ClusterIntersecting(ST_Accum(geom)) or similar.
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3023#comment:6>
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