projtool.
utmtool
(and then respond to the prompts for coordinate system
specification and coordinate-conversion operation that UTMTOOL
gives you)
UTMTOOL program provides coordinate conversion back
and forth among LAT-LON, UTM, and LAMBERT coordinate systems.
Longitudes are specified in signed degrees (so
that for the US, longitudes are negative); coordinate system
"UAM/EPS" means the thing with the kilometer
units instead of the UTM standard units, which are meters.
Except for Cray vector machines (Y-MP, C-90, T-90, J-90), inputs
are 4-byte REAL single precision (unlike the double precision
used internally by GCTP). Calculations for which precision is
important should use GCTP directly or should run on a natively
REAL*8 machine such as the Crays. (For extreme precision, it will
be necessary to use GCTP's facilities to specify a custom spheroid
for the surface of the Earth; UTMTOOL uses the
GRS 1980 spheroid).
UTMTOOL also provides grid-corner calculations, assuming either a UTM-based or a Lambert-based grid, as appropriate (to get UTM or Lambert corners of a LAT-LON based grid, work one corner at a time using the coordinate conversion facilities).
NOTE: according to the standard, UTM coordinates should be specified in meters instead of the UAM/EPS bastardized system which claims to be UTM but in fact uses kilometers; the latter is a distinct (partially-supported) system, also.
The menu is:
Initialize new LAMBERT projection by nameInitialize new POLar Stereographic by name (POL)Initialize new TRansverse Mercator by name (TRM)Initialize new EQuatorial Mercator by name (EQM)Define a new LAMBERT projection by angleDefine a new Polar Stereographic by anglesDefine a new Transverse Mercator by anglesDefine a new Equatorial Mercator by anglesConvert from LAT-LON to UTMConvert from UTM to LAT-LONConvert from UAM/EPS to LAT-LONConvert from LAMBERT to UTMConvert from UTM to LAMBERTConvert from LAMBERT to LAT-LONConvert from LAT-LON to LAMBERTConvert from POL to LAT-LONConvert from LAT-LON to POLConvert from POL to UTMConvert from UTM to POLConvert from POL to LAMBERTConvert from LAMBERT to POLConvert from TRM to LAT-LONConvert from LAT-LON to TRMConvert from TRM to UTMConvert from UTM to TRMConvert from TRM to LAMBERTConvert from LAMBERT to TRMConvert from TRM to POLConvert from POL to TRMConvert from EQM to LAT-LONConvert from LAT-LON to EQMConvert from EQM to UTMConvert from UTM to EQMConvert from EQM to LAMBERTConvert from LAMBERT to EQMConvert from EQM to POLConvert from POL to EQMConvert from EQM to TRMConvert from TRM to EQMGet LAT-LON grid corners from UTM specsGet UTM grid corners from LAT-LON specsGet LAT-LON grid corners from LAMBERT specsGet LAMBERT grid corners from LAT-LON specsQuit the program
projtoolEDSS/Models-3 horizontal coordinate and grid conventions
EDSS/Models-3 grid and coordinate manipulation routines
Coordinate-transform program
PROJTOOL(supersedesUTMTOOL)Coordinate manipulation routine
LAMBERTUS Geological Survey General Coordinate Transformation Package (GCTP)
To: Models-3/EDSS I/O API: The Help Pages