Geographic to UTM coordinates. GUI. "UTeMization"

Complete and easy to use GUI for converting Geographic to UTM coordinates. Single- and multi-point

Ahora está siguiendo esta publicación

I.- The program:

UTeMization is a guide user interface (GUI).

The program transforms geographic coordinates (longitude and latitude in decimal format) to UTM coordinates (in meters) using the Coticchia-Surace formulation*.

22 different ellipsoids can be used, including WGS84, of course.

The interface is very simple. It is possible to transform a single point or a list of points.

II.- How it works:

Single point transformation is done directly introducing geographic coordinates in a text box and pushing a button. The resulting UTM coordinates are shown in other text box.

Lists should be introduced in ASCII files (txt, for example) organized in columns. First column is the longitude, second column latitude. The file can have more columns with extra data (elevation, for example). Results are written to a file, with or without the additional data.

III.- Format of data

The only condition for single- and multi-point transformation is that geographic coordinates must be in decimal notation. This is, in decimal degrees with signs, no letters. Examples:
- YES: -36.584747
- NO: 36º35’05.09’’ W

IV.- Running and editing

The code is composed by two files:

- utemization.m
- utemization.fig

For running just write “utemization” in the command window.

Both files must be in the same directory (current directory or added to the path).

The .m file contains all the routines, and the .fig file the window. For editing them the best way is by typing “guide” in the command window and opening the .fig file.

V.- Credits

-Coded by Alberto Avila Armella.
-With the collaboration of Gabriel Ruiz Martínez.
*Method explained by Gabriel Ruiz in www.gabrielruiz.com

Citar como

Alberto Avila Armella (2026). Geographic to UTM coordinates. GUI. "UTeMization" (https://la.mathworks.com/matlabcentral/fileexchange/15608-geographic-to-utm-coordinates-gui-utemization), MATLAB Central File Exchange. Recuperado .

Categorías

Más información sobre Cartesian Coordinate System Conversion en Help Center y MATLAB Answers.

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.0.0