Learn R Programming

reproducible (version 0.2.5)

find_UTM_zone: Helper functions for assessDataType

Description

Copied from https://stackoverflow.com/a/48838123

Usage

find_UTM_zone(longitude, latitude)

find_UTM_hemisphere(latitude)

longlat_to_UTM(long, lat, units = "m")

Arguments

longitude

longitude

latitude

latitude

long

TODO: need description

lat

TODO: need description

units

TODO: need description

longlat_to_UTM returns a data.frame containing the UTM values, the zone and the hemisphere.