UTM2GPS {utilitiesR} | R Documentation |
converts UTM coordinates to GPS coordinates
UTM2GPS(utm, ...)
utm |
a nx2 matrix with X then Y |
... |
params for UTM2GPS |
You need either package 'rgdal' [need libgdal1-dev in ubuntu and libproj-dev] OR 'proj' in your path [proj-bin in ubuntu]
a nx2 matrix with gps LONGITUDE then gps LATITUDE
Other coordinates: formatGPS
,
GPS2UTM