projInfo {rgdal} | R Documentation |
The function lists known values and descriptions for PROJ.4 tags for tag in c("proj", "ellps", "datum")
.
projInfo(type = "proj")
type |
One of these tags: c("proj", "ellps", "datum") |
The output data frame lists the information given by the proj application with flags -lp, -le or -ld.
A data frame with a name and description column, and two extra columns for the "ellps" and "datum" tags.
Roger Bivand Roger.Bivand@nhh.no
http://www.remotesensing.org/proj/
projInfo()