Description Usage Arguments Value Author(s) Examples
Convert UTN into MGRS and Lat Long
1 | UTM2MGRS2LL(Easting, Northing, gzn, hem)
|
Easting |
numeric 6 digit Easting |
Northing |
numeric 7 digit Northing |
gzn |
numeric 2 digit zone |
hem |
character Hemisphere "N" or "S" |
This function returns a data.frame
including columns:
Easting
Northing
Zone
Hemisphere
Latitude
Longitude
MGRS
Ken Harmon <harmkenn@gmail.com>
1 | UTM2MGRS2LL(530000,3910000,11,"N")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.