ll_from_utm: Convert UTM to Latitude Longitude

Description Usage Arguments Value

View source: R/ll_from_utm.R

Description

Convert from UTM (Universal Transverse Mercator) to Latitude and Longitude # If unsure about the zone of your data, look here: https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system#Overlapping_grids

Usage

1
ll_from_utm(x, y, zone = 36)

Arguments

x

A numeric vector of x coordinates, or a dataframe with two columns, named x and y

y

A numeric vector of y coordinates (optional; only necessary if x is a vector and not a dataframe)

zone

The UTM zone in question. Defaults to 36 (Southern Mozambique)

Value

A dataframe of latitude and longitude coordinates


joebrew/cism documentation built on May 19, 2019, 2:58 p.m.