[postgis-tickets] [PostGIS] #4198: EXpose constraint delauany triangulation
PostGIS
trac at osgeo.org
Fri Oct 12 03:04:17 PDT 2018
#4198: EXpose constraint delauany triangulation
------------------------------------------------+--------------------------
Reporter: bwibo | Owner: colivier
Type: enhancement | Status: new
Priority: medium | Milestone: PostGIS
| 3.0.0
Component: sfcgal | Version:
Keywords: constrained delaunay triangulation |
------------------------------------------------+--------------------------
SFCGAL provides a function for a **Constrained Delaunay Triangluation**.
This is a useful feature for many application scenarios. Currently, it can
be accessed like this:
{{{
CREATE OR REPLACE FUNCTION public.st_triangulate2dz(geometry)
RETURNS geometry AS
'$libdir/postgis-2.4', 'sfcgal_triangulate'
LANGUAGE c IMMUTABLE STRICT
COST 100;
}}}
It would be great to expose this SFCGAL function in PostGIS in the future.
I created a GIST with some more information and a small testing example
and some images.
https://gist.github.com/BWibo/2614b89b25827908fcac57efc525cbc5
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4198>
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