UTM2GPS {utilitiesR}R Documentation

converts UTM coordinates to GPS coordinates

Description

converts UTM coordinates to GPS coordinates

Usage

  UTM2GPS(utm, ...)

Arguments

utm

a nx2 matrix with X then Y

...

params for UTM2GPS

Details

You need either package 'rgdal' [need libgdal1-dev in ubuntu and libproj-dev] OR 'proj' in your path [proj-bin in ubuntu]

Value

a nx2 matrix with gps LONGITUDE then gps LATITUDE

See Also

Other coordinates: formatGPS, GPS2UTM


[Package utilitiesR version 1.8.4 Index]