geos_version | R Documentation |
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"
major
- major version as integer
minor
- minor version as integer
patch
- patch version as integer
List elements will be NA
if GDAL < 3.4.
gdal_version()
, proj_version()
geos_version()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.