UTM Coordinates Calculations
As mentioned above, in the UTM coordinate system, meters are used and there are no negative numerical values. To explain in more detail how to calculate the x and y coordinates of the UTM system, consider the illustration of a UTM zone below.
For example, let’s take the example of zone 48 which covers the western part of West Java, Lampung, Bengkulu, parts of South Sumatra and Jambi.
One zone has a width of 6° longitude (longitude west – east), take for example zone 48 which stretches from coordinates 102° – 108° east longitude, where the central meridian of this zone means 105° east longitude. In UTM this line value of 105° east will be converted to 500,000 meters (X = 500.00 m).
As for the value of the X coordinate of a point, it depends on its position whether it is in the west or east of the central meridian zone. For example, if a point is to the west of the central meridian, then the UTM coordinate value is 500,000 m – the distance of the point is perpendicular to the central meridian (in meters).
On the other hand, for the value of latitude or Y UTM coordinates, first the equator with a value of 0° is converted to a value of 10,000,000 meters specifically for areas south of the equator (south latitude region in Geographical coordinates). As for the area north of the equator (north latitude in Geographical coordinates) then the value of the equator is 0 meters. The value of the Y coordinate in the area south of the equator is 10,000,000 – the distance of the point is perpendicular to the equator (equator), while for points in the area north of the equator, the Y coordinate value is the distance of the point perpendicular to the equator (equator).
UTM Coordinate Writing Rules
Because it is a western product, the standard writing or notation of UTM coordinates follows the English language. The writing rules follow the rules of Z-E-N (Zone – Easting – Northing). The first written zone is horizontal zone (without spaces) vertical zone (space) x coordinate value (without spaces) mE (space) y coordinate value (without spaces) mN / mS. For the record there is no division of west and east in the x-coordinate, there is only a division for the y-coordinate that is north or south of the equator. An example of writing standard UTM coordinates is 48M 700618.99 mE 9268568 mS
Example of UTM coordinates calculation
Take the example of the Ampera Bridge point in Palembang City based on Google Map as follows, the value of the longitude (X) = 104.7535215° (BT) and latitude (Y) = -2.9873515° (LS), this means that the position is located to the west of or before the Central Meridian zone 48 (105° east) and to the south of the equator. Then according to some literature the distance of 1 ° at the equator is approximately 111,319.9 meters.
To find the value of the X UTM coordinates, the distance calculation is 105° – 104.7535215° = 0.2464785°, which means that the distance from the Ampera Bridge point to the Central Meridian zone 48 (105° east longitude) is 0.2464785 x 111.319.9 m = 27,437,96197 m. This means that the X UTM coordinates of the Ampera Bridge are 500,000 – 27,437,96197 = 472,562,038 m.
Meanwhile, to find the value of the Y UTM coordinates, the calculation of the distance is 2,9873515 x 111,319.9 m = 332,551,6702 m. Because it is south of the equator, the Y UTM coordinate value is 10,000,000 – 332,551,6702 = 966,7448.33 m.
Thus the complete UTM coordinates of the Ampera Bridge are Zone 48M, X = 472.562.038 m, Y = 966.7448.33 m.
Some Matters or Issues related to UTM Coordinates
- In GIS or Remote Sensing software, it is rarely used to write standard UTM zones with letters such as 48M, the standard usage is usually only on GPS devices. The writing that is often used is the division of the UTM zone according to its latitude, whether it is north or south of the equator (N=North/North, and S=South/South), so the writing is for example a 48S or 48N zone.
- The UTM coordinate system in GIS is usually chosen when calculating distances, areas, or volumes.
- In some large areas more than one UTM zone is covered, including from latitude (into South-North), because the provisions must determine which UTM zone to enter, usually the choice of consideration taken is the widest UTM zone coverage in the area. As a consequence, areas that are not actually included in the selected UTM zone will have incorrect coordinate values and experience distortion. In a case like this, it is better if the layout specifically uses Geographic or Lat-Long coordinates. Another alternative is to use a similar projection system but which is not zoned, such as the World Cylindrical Equal Area in particular to calculate the area, but the results will be different from UTM.
- The spheroid or globe that is commonly used in UTM is usually WGS 1984, but some use other spheroids.
- To determine what longitude coordinates in the territory of Indonesia are in the UTM zone, the quick formula that can be used is 30 + (longitude coordinates/6°). The number after the comma in the result (regardless of magnitude) is rounded to 1. For example, 118° means 118°/6° = 19,667 or rounded up to 20, so 30 + 20 = 50, meaning 118° is in the UTM 50 zone.
- If you need a UTM zone division in shp format (for the world and specifically for Indonesia) that you can use to overlay with your map, please download it here.
Reference
Summarized from various sources, among them are;
Leave a Reply