[postgis-tickets] [PostGIS] #3023: Create ST_ClusterIntersecting / ST_ClusterWithin Functions
PostGIS
trac at osgeo.org
Sun Feb 8 17:13:10 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):
Hi robe,
I agree, and I think the simplicity benefits of defining aggregates is
worth it in this case. I like the idea of also providing standard
functions that accept geometry[], so I've added those into this version.
I also updated the pull request this evening to include
ST_ClusterWithin(). One aspect I hadn't anticipated was the need to
update pgis_abs to carry along a Datum (like distance tolerance in this
case) to the finalizing function. Let me know if there is a better way to
do this. (I couldn't find anything except maybe some new syntax for 9.4).
--
Ticket URL: <http://trac.osgeo.org/postgis/ticket/3023#comment:8>
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