utm_to_latlng {mgrs}R Documentation

Convert UTM to Latitude/Longitude

Description

Convert UTM to Latitude/Longitude

Usage

utm_to_latlng(zone, hemisphere, easting, northing, degrees = TRUE)

Arguments

zone

1:60

hemisphere

South (S) or North (N)

easting, northing

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

degrees

convert to degrees? Default: TRUE

Examples

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

[Package mgrs version 0.2.1 Index]