geos_version_tuple
Return the GEOS version as a tuple (major, minor, subminor).
def geos_version_tuple() - > tuple
Return the GEOS version as a tuple (major, minor, subminor).
Returns
| Type | Description |
|---|---|
tuple | A tuple containing the major, minor, and subminor version numbers of the GEOS library |