sfcgal-config
Library for ISO 19107:2013 and OGC SFA 1.2 for 3D operations (development)
Install
- All systems
-
curl cmd.cat/sfcgal-config.sh
- Debian
-
apt-get install libsfcgal-dev
- Ubuntu
-
apt-get install libsfcgal-dev
- Kali Linux
-
apt-get install libsfcgal-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libsfcgal-dev
- OS X
-
brew install sfcgal
- Raspbian
-
apt-get install libsfcgal-dev
- Dockerfile
- dockerfile.run/sfcgal-config
libsfcgal-dev
Library for ISO 19107:2013 and OGC SFA 1.2 for 3D operations (development)
SFCGAL is a C++ wrapper library around CGAL with the aim of supporting ISO 19107:2013 and OGC Simple Features Access 1.2 for 3D operations. SFCGAL provides standard compliant geometry types and operations, that can be accessed from its C or C++ APIs. PostGIS uses the C API, to expose some SFCGAL's functions in spatial databases (cf. PostGIS manual). This package provides the development files.