[postgis-users] curves geometries and topology

Rémi Cura remi.cura at gmail.com
Tue Apr 15 08:22:02 PDT 2014


2014-04-15 16:58 GMT+02:00 Sandro Santilli <strk at keybit.net>:

> On Tue, Apr 15, 2014 at 04:40:34PM +0200, Reijer Copier wrote:
> > Thanks!
> >
> > We are currently considering using PostGIS Topology only to maintain
> > a topology aware copy of the data (to be used for analyses where
> > topology matters) and use the original geometry (containing circular
> > strings) when we have to (re)generate output geometry.
> >
> > BTW: Is cgal/sfcgal going to replace geos eventually? It would be
> > great if this limitation (= curved geometries being a second class
> > citizen) was somehow lifted in future versions PostGIS.
>
> It could be, once it gets to support everything currently supported
> by the GEOS backend and proves to be better maintained :)
>
> --strk;
> _______________________________________________
> postgis-users mailing list
> postgis-users at lists.osgeo.org
> http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
>


Huhu you are touching a sensitive point.
Mostly GEOS and CGAL don't share the same purpose,
so it is unfair to compare them.

If you are going to need precise computation on abstract type,
you want a math lib (cgal). If you are doing approximate computation
because your data is not precise anyway,
GEOS is fast and reliable.


That being said, PostGis Topology uses neither CGAL or GEOS, and that could
improve greatly performance and add functions.
This is an open topic.

Cheers,
Rémi-C
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20140415/e7332776/attachment.html>


More information about the postgis-users mailing list