Opened 4 years ago
Closed 4 years ago
#4710 closed enhancement (fixed)
ST_ClusterKMeans support for 3D
Reported by: | komzpa | Owned by: | komzpa |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 3.1.0 |
Component: | postgis | Version: | master |
Keywords: | Cc: |
Description
ST_ClusterKMeans now only works on 2D points. To work with antimeridian wraparound in clustering it would be cool for it to just work on 3D points.
Change History (3)
comment:1 by , 4 years ago
comment:2 by , 4 years ago
Milestone: | → PostGIS 3.1.0 |
---|
I assume this goes with - https://github.com/postgis/postgis/pull/569
Note:
See TracTickets
for help on using tickets.
should we call the new function ST_3DClusterKMeans?