| DATUMinfo {GEOmap} | R Documentation |
Return a small data base of Datum values for use in UTM projections.
DATUMinfo()
The function just return a list with the relavent information.
List:
Datum |
character name |
Equatorial Radius, meters (a) |
numeric |
Polar Radius, meters (b) |
numeric |
Flattening (a-b)/a |
numeric |
Use |
character usage |
Jonathan M. Lees<jonathan.lees@unc.edu>
websource = http://www.uwgb.edu/dutchs/UsefulData/UTMFormulas.htm
UTM.xy, UTM.ll, setPROJ
h = DATUMinfo() data.frame(h)