formatGPS {utilitiesR}R Documentation

formats an nx2 array with 'lon, lat' to "%.10fE, %.10fS".

Description

formats an nx2 array with 'lon, lat' to "%.10fE, %.10fS".

Usage

  formatGPS(gps, verbose = TRUE)

Arguments

verbose

whether to print the output to screen.

gps

a nx2 matrix with LON then LAT

Value

a single string containing the lon, lat in format "%.10fE, %.10fS", each coordinate separted by a new line.

See Also

Other coordinates: getUTMZone, GPS2UTM, UTM2GPS


[Package utilitiesR version 2.0 Index]