get_utm: Get the appropriate UTM projection string given a longitude...

Description Usage Arguments Value Examples

View source: R/get_utm.R

Description

Get the appropriate UTM projection string given a longitude and latitude coordinate reference system values.

Usage

1
get_utm(lon, lat, units = "m")

Arguments

lon

Longitude coordinate

lat

Latitude coordinate

units

UTM measurements units. Default is m for metres.

Value

A character string specifying the appropriate UTM projection

Examples

1
#

validmeasures/spatialsampler documentation built on Oct. 16, 2021, 3:15 a.m.