utm_to_mgrs {mgrs}R Documentation

Convert UTM to MGRS

Description

Convert UTM to MGRS

Usage

utm_to_mgrs(zone, hemisphere, easting, northing, precision = 5L)

Arguments

zone

1:60

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

utm_to_mgrs(48, "N", 377299, 1483035)

[Package mgrs version 0.2.1 Index]