proj_version {gdalraster}R Documentation

Get PROJ version

Description

proj_version() returns version information for the PROJ library in use by GDAL. Requires GDAL >= 3.0.1.

Usage

proj_version()

Value

A list of length four containing:

List elements will be NA if GDAL < 3.0.1.

See Also

gdal_version(), geos_version(), proj_search_paths(), proj_networking()

Examples

proj_version()

[Package gdalraster version 1.10.0 Index]