lonlat2UTM: Convert lon and lat into integer

Description Usage Arguments Value Examples

View source: R/lonlat2UTM.R

Description

Converts longitute and lattitude values to an integer to convert further into UTM

Usage

1
lonlat2UTM(lonlat)

Arguments

lonlat

Numerical vector with lon and lat, like c(50.10267, 8.74782)

Value

integer

Examples

1
lonlat2UTM(c(50.10267, 8.74782))

masem-research/GetUTM documentation built on Dec. 21, 2021, 2:50 p.m.