twpayne / go-geobabel

Package geobabel converts geometry types between popular geometry libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add CGAL support

twpayne opened this issue · comments

CGAL is an extremely high quality library with a focus on 3D geometries. geobabel should support it. This probably needs some good Go bindings to CGAL first.

...and CGAL is written in C++, which makes things much harder.