| proj_version {gdalraster} | R Documentation |
Get PROJ version
Description
proj_version() returns version information for the PROJ library in use by
GDAL.
Usage
proj_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
See Also
gdal_version(), geos_version(), proj_search_paths(),
proj_networking()
Examples
proj_version()
[Package gdalraster version 1.11.1 Index]