mgrs_to_utm {mgrs}R Documentation

Convert MGRS to UTM

Description

Convert MGRS to UTM

Usage

mgrs_to_utm(mgrs_string, include_mgrs_ref = TRUE)

Arguments

mgrs_string

acharacter vector of MGRS strings

include_mgrs_ref

if TRUE the data frame returned fill include the MGRS reference in a column named mgrs. Default: TRUE.

Value

data.frame

Note

vectorized

Examples

mgrs_to_utm("48PUV7729883034")

[Package mgrs version 0.2.1 Index]