Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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 build built with C/C++. On loading the module the gcc and g++ compilers are automatically available

...