ups_to_mgrs {mgrs}R Documentation

Convert UPS to MGRS

Description

Convert UPS to MGRS

Usage

ups_to_mgrs(hemisphere, easting, northing, precision = 5L)

Arguments

hemisphere

South (S) or North (N)

easting, northing

easting (X) / northing (Y) (meters)

precision

0:5; level of precision for the conversion. Default 5

Examples

ups_to_mgrs("N", 2426773, 1530125)

[Package mgrs version 0.2.1 Index]