utm

Group:

GEOM

Authors:

Igor B.Morozov, 5/98 Operation on tables added 8/01.

Module description:

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.

A note on UTM zone nomenclature.

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.

See also:

UTMINV

Module call format:

*call UTM LAT LON EAST NORTH ZONE

Description of global parameter(s):

"Global" parameters describe the formats of trace headers used to input/output the values of trace coordinates

Global list parameter(s):

LAT

Input Latitude (deg)
  • Format: Trace Header (table entry), name, or numerical value (8 characters)
  • Default value: 0

LON

Input Longitude (deg)
  • Format: Trace Header (table entry), name, or numerical value (8 characters)
  • Default value: 0

EAST

Name of header entry for the output Easting (the units depend on the current geometry setup; see SETUP)
  • Format: Character (8 characters)
  • Default value: Not specified

NORTH

Name of header entry for the output Northing (the units depend on the current geometry setup; see SETUP)
  • Format: Character (8 characters)
  • Default value: Not specified

ZONE

Name of header entry to output the UTM zone name
  • Format: Character (8 characters)
  • Default value: Not specified

1 group of 5 REPEAT parameters per line:

"Repeat" parameters describe the formats of tables that can be processed in the same manner as the traces.

LAT

Input Latitude (deg)
  • Format: Trace Header (table entry), name, or numerical value (8 characters)
  • Default value: 0

LON

Input Longitude (deg)
  • Format: Trace Header (table entry), name, or numerical value (8 characters)
  • Default value: 0

EAST

Name of header entry for output easting (The units depend on the current geometry; see SETUP)
  • Format: Character (8 characters)
  • Default value: Not specified

NORTH

Name of header entry for output northing (The units depend on the current geometry; see SETUP)
  • Format: Character (8 characters)
  • Default value: Not specified

TABLE

Name of the table (or name mask) to process.
  • Format: Character (48 characters)
  • Default value: Not specified

Back to the beginning of module description
IGeoS version 5.1
Copyright (c) 1995-2015, I.B.Morozov
Updated Wed Apr 1 21:42:16 2020