[postgis-tickets] [PostGIS] #4100: garden test crash on ST_ClusterKMeans
PostGIS
trac at osgeo.org
Fri Jun 1 22:34:31 PDT 2018
#4100: garden test crash on ST_ClusterKMeans
---------------------+---------------------------
Reporter: robe | Owner: pramsey
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.5.0
Component: postgis | Version: trunk
Keywords: |
---------------------+---------------------------
Testing PostGIS 2.5.0alpha on postgreSQL 10.1 windows and 11beta1
{{{
SELECT ST_ClusterKMeans(foo1.the_geom, 3)OVER() As result
FROM ((SELECT ST_Collect(geom) As the_geom
FROM (VALUES (
ST_GeomFromEWKT('SRID=4326;MULTIPOLYGON(((-71.0821 42.3036 2,-71.0822
42.3036 2,-71.082 42.3038 2,-71.0819 42.3037 2,-71.0821 42.3036 2)))') ),
( ST_GeomFromEWKT('SRID=4326;POLYGON((-71.1261 42.2703 1,-71.1257
42.2703 1,-71.1257 42.2701 1,-71.126 42.2701 1,-71.1261 42.2702 1,-71.1261
42.2703 1))') ) ) As g(geom) CROSS JOIN generate_series(1,3) As i GROUP BY
i )) As foo1 LIMIT 10;
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4100>
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