geos_version()
returns version information for the GEOS library in use by
GDAL. Requires GDAL >= 3.4.
Value
A list of length four containing:
name
- a string formatted as "major.minor.patch"major
- major version as integerminor
- minor version as integerpatch
- patch version as integer
List elements will be NA
if GDAL < 3.4.