projInfo {rgdal}R Documentation

List PROJ.4 tag information

Description

The function lists known values and descriptions for PROJ.4 tags for tag in c("proj", "ellps", "datum").

Usage

projInfo(type = "proj")

Arguments

type One of these tags: c("proj", "ellps", "datum")

Details

The output data frame lists the information given by the proj application with flags -lp, -le or -ld.

Value

A data frame with a name and description column, and two extra columns for the "ellps" and "datum" tags.

Author(s)

Roger Bivand Roger.Bivand@nhh.no

References

http://www.remotesensing.org/proj/

Examples

projInfo()

[Package rgdal version 0.5-9 Index]