You have been redirected from an outdated version of the article. Below is the content available on this topic. To view the old article click here.

utm_to_lat_lon()

Usage

utm_to_lat_lon(utmString)

Description
Converts the given latitude/longitude coordinates into an UTM string.

Example

${utm_to_lat_lon("32 N 439596 5967780")}

results in

{latitude=53.85499997165232, longitude=8.081674915658844}

Search results for "utm_to_lat_lon()"

utm_to_lat_lon()

Converts the given UTM string into latitude/longitude coordinates.

utm_to_lat_lon(utmString)