ups_to_latlng {mgrs}R Documentation

Convert UPS to Latitude/Longitude

Description

Convert UPS to Latitude/Longitude

Usage

ups_to_latlng(hemisphere, easting, northing, degrees = TRUE)

Arguments

hemisphere

South (S) or North (N)

easting, northing

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

degrees

convert to degrees? Default: TRUE

Examples

ups_to_latlng("N", 2426773, 1530125)

[Package mgrs version 0.2.1 Index]