Reads arrays of UTM coordinates and returns arrays of Latitude and longitude.
1 2 | UTM2LL(UTMx,UTMy,
clat = 40.,clon = -97.,tlat1 = 33. ,tlat2 = 45.)
|
UTMx |
Real array of UTM x-coordinates. |
UTMy |
Real array of UTM y-coordinates. |
clat |
Central latitude of projection. |
clon |
Central longitude of projection. |
tlat1 |
First true latitute of projection. |
tlat2 |
Second true latitute of projection. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.