latlng_to_mgrs {mgrs}R Documentation

Convert latitude/longitude to MGRS string

Description

Convert latitude/longitude to MGRS string

Usage

latlng_to_mgrs(latitude, longitude, degrees = TRUE, precision = 5L)

Arguments

latitude, longitude

coordinates

degrees

are latitude/longitude in degrees? Default: TRUE

precision

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

Examples

latlng_to_mgrs(42, -93)

[Package mgrs version 0.2.1 Index]