powered by
geos_version() returns version information for the GEOS library in use by GDAL. Requires GDAL >= 3.4.
geos_version()
A list of length four containing:
name - a string formatted as "major.minor.patch"
name
major - major version as integer
major
minor - minor version as integer
minor
patch - patch version as integer
patch
List elements will be NA if GDAL < 3.4.
NA
gdal_version(), proj_version()
gdal_version()
proj_version()
Run the code above in your browser using DataLab