UTM2LL: Convert UTM coordinates to Lat/Lon

Description Usage Arguments

Description

Reads arrays of UTM coordinates and returns arrays of Latitude and longitude.

Usage

1
2
UTM2LL(UTMx,UTMy,
clat = 40.,clon = -97.,tlat1 = 33. ,tlat2 = 45.)

Arguments

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.


alexcohan/RCAMx documentation built on May 11, 2019, 11:28 p.m.