mgrs_to_ups {mgrs}R Documentation

Convert MGRS to UPS

Description

Convert MGRS to UPS

Usage

mgrs_to_ups(mgrs_string, include_mgrs_ref = TRUE)

Arguments

mgrs_string

a character 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_ups("ZGC2677330125")

[Package mgrs version 0.2.1 Index]