Ylannl / Surfonoi

Voronoi-based method for generalization of hydrographic depth-contours

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependencies

tested versions are between brackets

- GDAL [2.4.2]
- CGAL [4.14.1,5.0]
- GEOS [3.8.0]
- PROJ4 [6.2.1]

Building:

Install dependencies, eg. on macOS:

brew install gdal cgal geos proj

and build Surfonoi:

cd Surfonoi/
mkdir build
cd build
cmake ..
make -j4 install

About

Voronoi-based method for generalization of hydrographic depth-contours

License:GNU General Public License v3.0


Languages

Language:C++ 94.1%Language:CMake 5.9%