[postgis-tickets] [PostGIS] #3447: PG::InternalError: ERROR: Error computing Voronoi diagram.
PostGIS
trac at osgeo.org
Tue Feb 9 13:00:47 PST 2016
#3447: PG::InternalError: ERROR: Error computing Voronoi diagram.
----------------------+---------------------------
Reporter: loarie | Owner: dbaston
Type: defect | Status: new
Priority: medium | Milestone: PostGIS 2.3.0
Component: postgis | Version: trunk
Resolution: | Keywords: ST_Voronoi
----------------------+---------------------------
Comment (by loarie):
Great thanks dbaston - sorry for the delay, but here's a really simple
table where ST_voronoi doesn't work
bounds2=# SELECT postgis_full_version();;
postgis_full_version
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
POSTGIS="2.3.0dev r14623" GEOS="3.5.0-CAPI-1.9.0 r4084" PROJ="Rel. 4.9.2,
08 September 2015" GDAL="GDAL 1.11.3, released 2015/09/16" LIBXML="2.9.0"
LIBJSON="0.12" TOPOLOGY RASTER
(1 row)
bounds2=# SELECT name, ST_astext(ST_Voronoi(geom, null,0.002)) as geom
FROM voronoi_test_pt WHERE name = 'all';
ERROR: Error computing Voronoi diagram.
COPY voronoi_test_pt TO '/voronoi_example'
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/3447#comment:3>
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