formatGPS {utilitiesR} | R Documentation |
formats an nx2 array with 'lon, lat' to "%.10fE, %.10fS".
formatGPS(gps, verbose = TRUE)
verbose |
whether to print the output to screen. |
gps |
a nx2 matrix with LON then LAT |
a single string containing the lon, lat in format "%.10fE, %.10fS", each coordinate separted by a new line.
Other coordinates: getUTMZone
,
GPS2UTM
, UTM2GPS