Skip to main content

geos: C++ Geometry Engine Open Source

Contents

  1. Overview of package
    1. General usage
  2. Availability of package by cluster

Overview of package

General information about package
Package: geos
Description: C++ Geometry Engine Open Source
For more information: https://trac.osgeo.org/geos
Categories:
License: OpenSource (LGPL)

General usage information

GEOS is a C++ port of the Java Topology Suite (JTS). As such, it aims to contain the complete functionality of JTS in C++. This includes all the OpenGIS Simple Features for SQL spatial predicate functions and spatial operators, as well as specific JTS enhanced topology functions. It provides spatial functionality to many other projects and products.

In case you need to link against this library in your code, the following environmental variables have been defined:

You will probably wish to use these by adding the following flags to your compilation command (e.g. to CFLAGS in your Makefile):

and the following flags to your link command (e.g. LDFLAGS in your Makefile):

Available versions of the package geos, by cluster

This section lists the available versions of the package geoson the different clusters.

Available versions of geos on the Zaratab cluster

Available versions of geos on the Zaratab cluster
Version Module tags CPU(s) optimized for GPU ready?
3.9.1 geos/3.9.1 zen2 Y
3.11.2 geos/3.11.2 icelake, x86_64, zen2 Y






Back to Top