GEOS

Overview

  • GEOS: Is a C/C++ library for computational geometry with a focus on algorithms used in geographic information systems (GIS) software. It implements the OGC Simple Features geometry model and provides all the spatial functions in that standard as well as many others. GEOS is a core dependency of PostGIS, QGIS, GDAL, and Shapely.

Using

Use the module name geos to discover versions available and to load the application.

On Beartooth, the geos APIs allow programs to be built with C/C++. On loading the module the gcc and g++ compilers are automatically available

Multicore

The geos APIs do not appear to have multicore/node capabilities.