utm_to_ll: Convert UTM Coordinates to Geodetic Coordinates (Longitude,...

View source: R/utm_to_ll.R

utm_to_llR Documentation

Convert UTM Coordinates to Geodetic Coordinates (Longitude, Latitude)

Description

Convert UTM coordinates in a specified UTM zone in a data frame to longitude, latitude coordinates. The UTM coordinates should be columns in the data frame passed into the function. The user can optionally specify the names of the columns to process. The function returns the dataframe with the LONG and LAT columns bound to it.

Usage

utm_to_ll(df, utm_zone = 15, x = "X", y = "Y")

Arguments

df

Input data frame.

utm_zone

UTM zone in which to calculate X, Y coordinates

long

The name of the column containing longitude values

lat

The name of the column containing latitude values

Examples

ll_to_utm(df, long = "LONG", lat = "LAT", utm_zone = 15)

dKvale/aermod documentation built on July 5, 2023, 4:25 a.m.