geos_version: Get GEOS version

View source: R/geom.R

geos_versionR Documentation

Get GEOS version

Description

geos_version() returns version information for the GEOS library in use by GDAL. Requires GDAL >= 3.4.

Usage

geos_version()

Value

A list of length four containing:

  • name - a string formatted as "major.minor.patch"

  • major - major version as integer

  • minor - minor version as integer

  • patch - patch version as integer

List elements will be NA if GDAL < 3.4.

See Also

gdal_version(), proj_version()

Examples

geos_version()

gdalraster documentation built on April 4, 2025, 4:38 a.m.