UTM2MGRS2LL: UTM2MGRS2LL

Description Usage Arguments Value Author(s) Examples

View source: R/UTM2MGRS2LL.R

Description

Convert UTN into MGRS and Lat Long

Usage

1
UTM2MGRS2LL(Easting, Northing, gzn, hem)

Arguments

Easting

numeric 6 digit Easting

Northing

numeric 7 digit Northing

gzn

numeric 2 digit zone

hem

character Hemisphere "N" or "S"

Value

This function returns a data.frame including columns:

Author(s)

Ken Harmon <harmkenn@gmail.com>

Examples

1
UTM2MGRS2LL(530000,3910000,11,"N")

harmkenn/EarthPoints documentation built on Dec. 11, 2019, 8:42 p.m.