Igor B.Morozov, 5/98 Operation on tables added 8/01.
UTM coordinates from lat/lon
Converts latitude-longitude coordinates into UTM (Universal Transverse Mercator).
The tool operates on trace headers or database tables. Sometimes the input data sets are tool large to manipulate them as tables efficiently. In such cases, FILE option allows processing one or several files. For each input file named, e.g.,'coords.latlon', a new file name will be created by appending '.xy': 'coords.latlon.xy'.
Along with the coordinates, the program will copy into the output file up to 10 numbers following them in each line.
UTM zones (notation also used in this tool) are denoted using an integer zone number (corresponding to a 6-degree longitude range) followed by an upper-case character indicating an 8-degree latitude range. Longitude numbering starts from longitude 180W, and increases to 60 at 180E. Latitude ranges are represented as follows (South to North):
(Note that letters 'I" and 'O' are skipped in this alphabetic sequence.)
For example, Saskatchewan is located in zone 13U.
UTMINV
*call | UTM | LAT LON EAST NORTH ZONE | |
"Global" parameters describe the formats of trace headers used to input/output the values of trace coordinates
LAT |
Input Latitude (deg) |
|
LON |
Input Longitude (deg) |
|
EAST |
Name of header entry for the output Easting (the units depend on the current geometry setup; see SETUP) |
|
NORTH |
Name of header entry for the output Northing (the units depend on the current geometry setup; see SETUP) |
|
ZONE |
Name of header entry to output the UTM zone name |
|
"Repeat" parameters describe the formats of tables that can be processed in the same manner as the traces.
LAT |
Input Latitude (deg) |
|
LON |
Input Longitude (deg) |
|
EAST |
Name of header entry for output easting (The units depend on the current geometry; see SETUP) |
|
NORTH |
Name of header entry for output northing (The units depend on the current geometry; see SETUP) |
|
TABLE |
Name of the table (or name mask) to process. |
|