proj_version | R Documentation |
proj_version()
returns version information for the PROJ library in use by
GDAL.
proj_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
gdal_version()
, geos_version()
, proj_search_paths()
,
proj_networking()
proj_version()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.