[postgis-users] CGAL and PostGIS

Daniel Kastl orkney at gmx.de
Wed Jun 25 15:23:30 PDT 2008


João Gonçalves schrieb:
> >Hi!
>
> Is there a way to use CGAL's algorithm library with PostgrSQL/PostGIS
> data? Is there any project, ideas or other stuff attempting to do it?
> What would this require in terms of programming skills?
> I'm particularly interested in binding CGAL straight skeleton
> algorithm with PostGIS but I lack the knowledge to do this! Any
> constructive solution to this question?
>
> >> Thanks in advance
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
>

Hi João,

pgRouting (http://pgrouting.postlbs.org/) uses the alpha-shape algorithm
of the CGAL library for its driving distance calculation. This is not
the perfect solution, because this part of CGAL is released under QPL,
which is in general incompatible with GPL ... except you are the
copyright owner and add an exception.
http://www.cgal.org/license.html --> see GPL-QPL Incompatibility Note

If possible I would avoid using CGAL.
It can be also annoying to install (my personal experience).

Daniel

-- 
Daniel Kastl  Orkney, Inc.
MM Park Building 13F
3-6-3 Minatomirai, Nishi, Yokohama, Japan
TEL +81-45-228-3320  FAX +81-45-228-3321
kastl at orkney.co.jp  www.orkney.co.jp




More information about the postgis-users mailing list