Anda di halaman 1dari 13

Converting UTM to Latitude and Longitude (Or Vice Versa) Mengkonversi UTM untuk Latitude dan Longitude (Atau

Vice Versa)
Steven Dutch, Natural and Applied Sciences, University of Wisconsin - Green Bay Steven Belanda, Natural and Applied Sciences, University of Wisconsin - Green Bay First-time Visitors: Please visit Site Map and Disclaimer . Pertama kali Pengunjung: Silakan kunjungi Peta Situs dan Disclaimer. Use "Back" to return here Gunakan "Kembali" untuk kembali ke sini

Information on the UTM system Informasi tentang sistem UTM Spreadsheet For UTM Conversion Spreadsheet Untuk UTM Konversi Help! Membantu! My Data Doesn't Look Like A UTM Grid! My Data Tidak Lihat Like A UTM Grid! I get enough inquiries on this subject that I decided to create a page for it. Saya mendapatkan cukup pertanyaan mengenai hal ini bahwa saya memutuskan untuk membuat sebuah halaman untuk itu. Caution! Perhatian! Unlike latitude and longitude, there is no physical frame of reference for UTM grids. Tidak seperti lintang dan bujur, tidak ada kerangka acuan fisik untuk UTM grid. Latitude is determined by the earth's polar axis. Longitude is determined by the earth's rotation. Lintang ditentukan oleh sumbu kutub bumi. Longitude ditentukan oleh rotasi bumi. If you can see the stars and have a sextant and a good clock set to Greenwich time, you can find your latitude and longitude. Jika Anda dapat melihat bintang-bintang dan memiliki sextant dan jam yang baik diatur ke waktu Greenwich, Anda dapat menemukan lintang dan bujur. But there is no way to determine your UTM coordinates except by calculation. Tetapi tidak ada cara untuk menentukan koordinat UTM Anda kecuali dengan perhitungan. UTM grids, on the other hand, are created by laying a square grid on the earth. UTM grid, di sisi lain, diciptakan dengan meletakkan sebuah kotak persegi di bumi. This means that different maps will have different grids depending on the datum used (model of the shape of the earth). Ini berarti bahwa peta yang berbeda akan memiliki grid yang berbeda tergantung pada datum yang digunakan (model bentuk bumi). I saw US military maps of Germany shift their UTM grids by about 300 meters when a more modern datum was used for the maps. Aku melihat peta militer AS dari Jerman pergeseran grid UTM mereka oleh sekitar 300 meter ketika datum yang lebih modern digunakan untuk peta. Also, old World War II era maps of Europe apparently used a single grid for all of Europe and grids in some areas are wildly tilted with respect to latitude and longitude. Selain itu, tua era Perang Dunia II di Eropa tampaknya peta menggunakan grid tunggal untuk seluruh Eropa dan grid di beberapa daerah yang liar miring terhadap garis lintang dan bujur.

The two basic references for converting UTM and geographic coordinates are US Geological Survey Professional Paper 1395 and US Army Technical Manual TM 5-241-8 (complete citations below). Kedua referensi dasar untuk mengubah koordinat UTM dan geografis adalah US Geological Survey Professional Paper 1395 dan US Army Technical Manual TM 5-241-8 (kutipan lengkap di bawah). Each has advantages and disadvantages. Masing-masing memiliki kelebihan dan kekurangan. For converting latitude and longitude to UTM, the Army publication is better. Untuk mengubah garis lintang dan bujur untuk UTM, Angkatan Darat publikasi lebih baik. Its notation is more consistent and the formulas more clearly laid out, making code easier to debug. In defense of the USGS, their notation is constrained by space, and the need to be consistent with cartographic literature and descriptions of several dozen other map projections in the book. Notasi yang lebih konsisten dan lebih jelas formula ditata, kode sehingga lebih mudah untuk debug. Dalam pembelaan dari USGS, notasi mereka dibatasi oleh ruang, dan harus konsisten dengan kartografi literatur dan deskripsi dari beberapa lusin proyeksi peta lain dalam buku. For converting UTM to latitude and longitude, however, the Army publication has formulas that involve latitude (the quantity to be found) and which require reverse interpolation from tables. Untuk mengkonversi UTM untuk lintang dan bujur Namun, publikasi Angkatan Darat memiliki formula yang melibatkan lintang (kuantitas yang akan ditemukan) dan yang sebaliknya memerlukan interpolasi dari tabel. Here the USGS publication is the only game in town. Sini USGS publikasi adalah satu-satunya permainan di kota. Some extremely tiny terms that will not seriously affect meter-scale accuracy have been omitted. Beberapa istilah yang sangat kecil tidak akan serius mempengaruhi akurasi skala meter telah dihapus.

Converting Between Decimal Degrees, Degrees, Minutes and Seconds, and Radians Mengkonversi Antara Derajat Desimal, Derajat, menit dan detik, dan Radians
(dd + mm/60 +ss/3600) to Decimal degrees (dd.ff) (dd + mm/60 + ss/3600) ke Desimal derajat (dd.ff) dd = whole degrees, mm = minutes, ss = seconds dd = seluruh derajat, mm = menit, ss = detik dd.ff = dd + mm/60 + ss/3600 dd.ff = dd + mm/60 + ss/3600 Example: 30 degrees 15 minutes 22 seconds = 30 + 15/60 + 22/3600 = 30.2561 Contoh: 30 derajat 15 menit 22 detik = 30 + 15/60 + 22/3600 = 30,2561 Decimal degrees (dd.ff) to (dd + mm/60 +ss/3600) Derajat desimal (dd.ff) untuk (dd + mm/60 + ss/3600)

For the reverse conversion, we want to convert dd.ff to dd mm ss. Untuk konversi sebaliknya, kita ingin mengkonversi dd.ff untuk dd mm ss. Here ff = the fractional part of a decimal degree. Sini dst = fraksi bagian dari derajat desimal. mm = 60*ff mm = 60 * dst ss = 60*(fractional part of mm) ss = 60 * (pecahan bagian dari mm) Use only the whole number part of mm in the final result. Gunakan hanya bagian dari seluruh jumlah mm dalam hasil akhir. 30.2561 degrees = 30 degrees 30,2561 derajat = 30 derajat .2561*60 = 15.366 minutes .2561 * 60 = 15,366 menit .366 minutes = 22 seconds, so the final result is 30 degrees 15 minutes 22 seconds ,366 Menit = 22 detik, sehingga hasil akhir adalah 30 derajat 15 menit 22 detik, Decimal degrees (dd.ff) to Radians Derajat desimal (dd.ff) untuk Radians Radians = (dd.ff)*pi/180 Radian = (dd.ff) * pi/180 Radians to Decimal degrees (dd.ff) Radian ke Desimal derajat (dd.ff) (dd.ff) = Radians*180/pi (dd.ff) = Radians * 180/pi Degrees, Minutes and Seconds to Distance Derajat, menit dan detik untuk Jarak A degree of longitude at the equator is 111.2 kilometers. Sebuah derajat bujur di ekuator adalah 111,2 kilometer. A minute is 1853 meters. Satu menit adalah 1853 meter. A second is 30.9 meters. Kedua adalah 30,9 meter. For other latitudes multiply by cos(lat). Distances for degrees, minutes and seconds Lintang lain kalikan dengan cos (lat). Jarak untuk derajat, menit dan detik in latitude are very similar and differ very slightly with latitude. pada garis lintang yang sangat mirip dan berbeda sangat sedikit dengan lintang. (Before satellites, observing those differences was a principal method for determining the exact shape of the earth.) (Sebelum satelit, mengamati perbedaan-perbedaan tersebut adalah metode utama yang tepat untuk menentukan bentuk bumi.)

Converting Latitude and Longitude to UTM Mengkonversi Latitude dan Longitude ke UTM
Okay, take a deep breath. Oke, ambil napas dalam-dalam. This will get very complicated, but the math, although tedious, is only algebra and trigonometry. It would sure be nice if someone wrote a spreadsheet to do this. Ini akan menjadi sangat rumit, tapi matematika, meskipun

membosankan, hanya aljabar dan trigonometri. Itu pasti akan menyenangkan jika seseorang menulis sebuah spreadsheet untuk melakukan hal ini. P = point under consideration P = titik yang sedang dipertimbangkan F = foot of perpendicular from P to the central meridian. F = kaki tegak lurus dari P ke pusat meridian. The latitude of F is called the footprint latitude . Lintang dari F disebut footprint lintang. O = origin (on equator) O = asal (di katulistiwa) OZ = central meridian OZ = central meridian LP = parallel of latitude of P LP = paralel lintang P ZP = meridian of P ZP = meridian dari P OL = k 0 S = meridional arc from equator OL = k 0 S = berkenaan dgn garis bujur busur dari khatulistiwa LF = ordinate of curvature LF = ordinat kelengkungan OF = N = grid northing OF = N = grid northing FP = E = grid distance from central meridian FP = E = grid jarak dari pusat meridian GN = grid north GN = grid utara C = convergence of meridians = angle between true and grid north C = konvergensi dari meridian = sudut antara benar dan grid utara Another thing you need to know is the datum being used: Hal lain yang perlu Anda ketahui adalah datum yang digunakan: Equatorial Polar Radius, Flattening (ab)/a Radius, meters Use meters (b) Polar Kepepatan (ab) / (a) Equatorial Menggunakan Radius, meter (b) a Radius, meter (a) 6,378,137 6.378.137 6,378,137 6.378.137 6,378,135 6.378.135 6,378,160 6.378.160 6,378,245 6.378.245 6,356,752.3142 6,356,752.3142 6,356,752.3141 6,356,752.3141 6,356,750.5 6,356,750.5 6,356,774.7 6,356,774.7 6,356,863.0 6,356,863.0 1/298.257223563 Global Global 1/298.257223563 1/298.257222101 US US 1/298.257222101 1/298.26 1/298.26 1/298.25 1/298.25 1/298.3 1/298.3 NASA, DOD NASA, DOD Australia Australia Soviet Union Uni Soviet

Datum Datum NAD83/WGS84 NAD83/WGS84 GRS 80 GRS 80 WGS72 WGS72 Australian 1965 Australia 1965 Krasovsky 1940 Krasovsky 1940

International (1924) -Hayford (1909) Internasional (1924)-Hayford (1909)

6,378,388 6.378.388

6,356,911.9 6,356,911.9

1/297 1 / 297

Global except as listed Global kecuali seperti yang tercantum France, Africa Perancis, Afrika North America Amerika Utara Great Britain Raya

Clake 1880 Clake 6,378,249.1 1880 6,378,249.1 Clarke 1866 Clarke 1866 Airy 1830 Airy 1830 Bessel 1841 Bessel 1841 Everest 1830 Everest 1830 6,378,206.4 6,378,206.4 6,377,563.4 6,377,563.4 6,377,397.2 6,377,397.2 6,377,276.3 6,377,276.3

6,356,514.9 6,356,514.9 6,356,583.8 6,356,583.8 6,356,256.9 6,356,256.9 6,356,079.0 6,356,079.0 6,356,075.4 6,356,075.4

1/293.46 1/293.46 1/294.98 1/294.98 1/299.32 1/299.32

Central Europe, Chile, Indonesia 1/299.15 1/299.15 Eropa Tengah, Chili, Indonesia 1/300.80 1/300.80 South Asia Asia Selatan

Don't interpret the chart to mean there is radical disagreement about the shape of the earth. Jangan menafsirkan diagram radikal berarti terdapat ketidaksepakatan mengenai bentuk bumi. The earth isn't perfectly round, it isn't even a perfect ellipsoid, and slightly different shapes work better for some regions than for the earth as a whole. Bumi tidak bulat sempurna, itu bahkan tidak ellipsoid yang sempurna, dan bentuk yang sedikit berbeda bekerja lebih baik untuk beberapa daerah daripada bumi secara keseluruhan. The top three are based on worldwide data and are truly global. Di posisi tiga besar di seluruh dunia didasarkan pada data dan benar-benar global. Also, you are very unlikely to find UTM grids based on any of the earlier projections. Juga, Anda sangat tidak mungkin untuk menemukan UTM grid didasarkan pada salah satu dari proyeksi sebelumnya. The most modern datums (jars my Latinist sensibilities since the plural of datum in Latin is data , but that has a different meaning to us) are NAD83 and WGS84. Datums yang paling modern (guci Latinist saya kepekaan sejak jamak dari datum dalam bahasa Latin adalah data, tapi itu memiliki arti yang berbeda kepada kami) adalah NAD83 dan WGS84. These are based in turn on GRS80. Ini didasarkan pada gilirannya pada GRS80. Differences between the three systems derive mostly from redetermination of station locations rather than differences in the datum. Perbedaan antara ketiga sistem kebanyakan berasal dari lokasi stasiun redetermination daripada perbedaan dalam datum. Unless you are locating a first-order station to sub-millimeter accuracy (in which case you are way beyond the scope of this page) you can probably regard them as essentially identical. Kecuali jika anda menemukan sebuah stasiun orde pertama untuk submilimeter akurasi (dalam hal ini Anda jauh di luar lingkup halaman ini), Anda mungkin bisa menganggap mereka sebagai dasarnya identik.

I have no information on the NAD83 and WGS84 datums, nor can my spreadsheet calculate differences between those datums and WGS84. Saya tidak memiliki informasi mengenai NAD83 dan WGS84 datums, atau spreadsheet saya bisa menghitung perbedaan antara mereka datums dan WGS84.

Formulas For Converting Latitude and Longitude to UTM Rumus Untuk Mengkonversi Lintang dan Bujur ke UTM
These formulas are slightly modified from Army (1973). Formula ini sedikit diubah dari Angkatan Darat (1973). They are accurate to within less than a meter within a given grid zone. Mereka akurat untuk dalam waktu kurang dari satu meter dalam suatu zona grid. The original formulas include a now obsolete term that can be handled more simply - it merely converts radians to seconds of arc. Rumus asli termasuk usang sekarang istilah yang dapat ditangani secara lebih sederhana - itu hanya mengkonversi radian untuk detik busur. That term is omitted here but discussed below. Istilah itu dihilangkan di sini tapi dibahas di bawah ini.

Symbols Simbol
lat = latitude of point lat = lintang dari titik y long = longitude of point panjang = bujur dari titik y long 0 = central meridian of zone panjang 0 = pusat zona meridian k 0 = scale along long 0 = 0.9996. k 0 = skala sepanjang panjang 0 = 0,9996. Even though it's a constant, we retain it as a separate symbol to keep the numerical coefficients simpler, also to allow for systems that might use a different Mercator projection. Bahkan meskipun akan lebih konstan, kita tetap sebagai simbol terpisah untuk menjaga angka koefisien sederhana, juga untuk memungkinkan sistem yang mungkin menggunakan proyeksi Mercator yang berbeda. e = SQRT(1-b 2 /a 2 ) = .08 approximately. e = SQRT (1-b 2 / a 2) = ,08 kira-kira. This is the eccentricity of the earth's elliptical cross-section. Ini adalah eksentrisitas elips bumi penampang. 2 2 2 2 e' = (ea/b) = e /(1-e ) = .007 approximately. e '2 = (ea / b) 2 = e 2 / (1-e 2) = ,007 kirakira. The quantity e' only occurs in even powers so it need only be calculated as e' 2 . Kuantitas e 'hanya terjadi bahkan kekuatan sehingga hanya perlu dihitung sebagai e' 2. y n = (ab)/(a+b) n = (ab) / (a + b) 2 2 2 3/2 y rho = a(1-e )/(1-e sin (lat)) . This is the radius of curvature of the earth in the meridian plane. rho = a (1-e 2) / (1-e 2 sin 2 (lat)) 3 / 2. Ini adalah jari-jari kelengkungan bumi dalam pesawat meridian. 2 2 1/2 nu = a/(1-e sin (lat)) . nu = a / (1-e 2 sin 2 (lat)) 1 / 2. This is the radius of curvature of the earth perpendicular to the meridian plane. Ini adalah jari-jari kelengkungan bumi tegak lurus terhadap bidang meridian. It is also the distance from the point in question to the polar axis, measured perpendicular to the earth's surface. Juga jarak dari titik tersebut ke sumbu kutub, diukur tegak lurus terhadap permukaan bumi. p = (long-long 0 ) in radians (This differs from the treatment in the Army reference) p = (lama-lama 0) dalam radian (Ini berbeda dari perawatan di Angkatan Darat referensi)
y

Calculate the Meridional Arc Hitung Meridional Arc


S is the meridional arc through the point in question (the distance along the earth's surface from the equator). S adalah berkenaan dgn garis bujur busur melalui titik yang bersangkutan (jarak sepanjang permukaan bumi dari ekuator). All angles are in radians. Semua sudut dalam radian. S = A'lat - B'sin(2lat) + C'sin(4lat) - D'sin(6lat) + E'sin(8lat), where lat is in radians and S = A'lat - B'sin (2lat) + C'sin (4lat) - D'dosa (6lat) + E'sin (8lat), di mana lat dalam radian dan 2 3 4 5 2 3) y A' = a[1 - n + (5/4)(n - n ) + (81/64)(n - n ) ...] A '= a [1 - n + (5 / 4) (n - n + (81/64) (n 4 - n 5) ...] 2 3 4 5 y B' = (3 tan/2)[1 - n + (7/8)(n - n ) + (55/64)(n - n ) ...] B '= (3 tan / 2) [1 - n + (7 / 8) (n 2 - n 3) + (55/64) (n 4 - n 5) ...] 2 2 3 2 2 3) y C' = (15 tan /16)[1 - n + (3/4)(n - n ) ...] C '= (15 tan / 16) [1 - n + (3 / 4) (n - n ...] 3 2 3 3 2 y D' = (35 tan /48)[1 - n + (11/16)(n - n ) ...] D '= (35 tan / 48) [1 - n + (11/16) (n - n 3) ...] 4 4 y E' = (315 tan /512)[1 - n ...] E '= (315 tan / 512) [1 - n ...]
y

The USGS gives this form, which may be more appealing to some. USGS memberikan bentuk ini, yang mungkin lebih menarik bagi beberapa orang. (They use M where the Army uses S) (Mereka menggunakan M di mana Angkatan Darat menggunakan S)
y

M = a[(1 - e 2 /4 - 3e 4 /64 - 5e 6 /256 ....)lat M = a [(1 - e 2 / 4 - 3e 4 / 64 - 5e 6 / 256 ....) lat - (3e 2 /8 + 3e 4 /32 + 45e 6 /1024...)sin(2lat) - (3e 2 / 8 + 3e 4 / 32 + 45e 6 / 1024 ...) dosa (2lat) + (15e 4 /256 + 45e 6 /1024 + ....)sin(4lat) + (15e 4 / 256 + 45e 6 / 1024 + ....) sin (4lat) - (35e 6 /3072 + ....) sin(6lat) + ....)] where lat is in radians - (35e 6 / 3072 + ....) sin (6lat) + ....)] di mana lat adalah dalam radian

This is the hard part. Ini adalah bagian yang sulit. Calculating the arc length of an ellipse involves functions called elliptic integrals , which don't reduce to neat closed formulas. Menghitung panjang busur suatu fungsi yang disebut elips elips melibatkan integral, yang tidak mengurangi untuk tertutup rapi formula. So they have to be represented as series. Jadi mereka harus direpresentasikan sebagai seri.

Converting Latitude and Longitude to UTM Mengkonversi Latitude dan Longitude ke UTM
All angles are in radians. Semua sudut dalam radian. y = northing = K1 + K2p 2 + K3p 4 , where y = northing = K1 + K2P 2 + K3p 4, di mana
y

K1 = Sk 0 , K1 = Sk 0,

K2 = k 0 nu sin(lat)cos(lat)/2 = k 0 nu sin(2 lat)/4 K2 = k 0 nu sin (lat) cos (lat) / 2 = k 0 nu dosa (2 lat) / 4 3 2 2 2 4 4 y K3 = [k 0 nu sin(lat)cos (lat)/24][(5 - tan (lat) + 9e' cos (lat) + 4e' cos (lat)] K3 = 3 2 '2 2 4 [k 0 nu sin (lat) cos (lat) / 24] [(5 - tan (lat) + 9e cos (lat) + 4e' cos 4 (lat)] x = easting = K4p + K5p 3 , where x = arah timur = K4p + K5p 3, di mana K4 = k 0 nu cos(lat) K4 = k 0 nu cos (lat) K5 = (k 0 nu cos (lat)/6)[1 - tan 2 (lat) + e' 2 cos 2 (lat)] K5 = (k 0 nu cos 3 (lat) / 6) [1 tan 2 (lat) + e '2 cos 2 (lat)]
3

Easting x is relative to the central meridian. Easting x adalah relatif terhadap pusat meridian. For conventional UTM easting add 500,000 meters to x. UTM konvensional menambah 500.000 meter arah timur ke x.

What the Formulas Mean Apa Rumus Mean


The hard part, allowing for the oblateness of the Earth, is taken care of in calculating S (or M). Bagian yang sulit, sehingga memungkinkan bagi oblateness Bumi, perawatan diambil dalam menghitung S (atau M). So K1 is simply the arc length along the central meridian of the zone corrected by the scale factor. Jadi K1 hanyalah busur panjang sepanjang meridian sentral dari zona dikoreksi oleh faktor skala. Remember, the scale is a hair less than 1 in the middle of the zone, and a hair more on the outside. Ingat, skala adalah rambut kurang dari 1 di tengah zona, dan rambut lebih banyak di luar. All the higher K terms involve nu, the local radius of curvature (roughly equal to the radius of the earth or roughly 6,400,000 m), trig functions, and powers of e' 2 ( = .007 ). Semua istilah K yang lebih tinggi melibatkan nu, jari-jari lokal kelengkungan (kira-kira sama dengan jari-jari bumi atau sekitar 6.400.000 m), fungsi trigonometri, dan kekuasaan e '2 (= .007). So basically they are never much larger than nu. Jadi pada dasarnya mereka tidak pernah jauh lebih besar daripada nu. Actually the maximum value of K2 is about nu/4 (1,600,000), K3 is about nu/24 (267,000) and K5 is about nu/6 (1,070,000). Sebenarnya nilai maksimum K2 adalah sekitar nu / 4 (1.600.000), K3 adalah tentang nu/24 (267.000) dan K5 adalah sekitar nu / 6 (1.070.000). Expanding the expressions will show that the tangent terms don't affect anything. Memperluas ekspresi akan menunjukkan bahwa istilah tangen tidak mempengaruhi apa-apa. If we were just to stop with the K2 term in the northing, we'd have a quadratic in p. Jika kita hanya berhenti dengan istilah K2 di northing, kita akan punya kuadrat dalam hal In other words, we'd approximate the parallel of latitude as a parabola. Dengan kata lain, kami akan mendekati paralel lintang sebagai parabola. The real curve is more complex. Kurva yang sebenarnya lebih kompleks. It will be more like a hyperbola equatorward of about 45 degrees and an ellipse poleward, at least within the narrow confines of a UTM zone. Akan lebih seperti hiperbola equatorward sekitar 45 derajat dan elips poleward, setidaknya dalam batas-batas yang sempit sebuah zona UTM. (At any given latitude we're cutting the cone of latitude vectors with an inclined plane, so the resulting intersection will be a conic section. Since the projection cylinder has a curvature, the exact curve is not a conic but the difference across a six-degree UTM zone is

pretty small.) Hence the need for higher order terms. (Pada lintang tertentu kami memotong lintang vektor kerucut dengan bidang miring, sehingga dihasilkan persimpangan akan menjadi bagian kerucut. Karena proyeksi silinder mempunyai kelengkungan, kurva tepat bukanlah berbentuk kerucut tetapi perbedaan di enam zona UTM derajat sangat kecil.) Oleh karena itu perlu tatanan yang lebih tinggi istilah. Now p will never be more than +/-3 degrees = .05 radians, so p 2 is always less than .0025 (1/400) and p 4 is always less than .00000625 (1/160000). Using a spreadsheet, it's easy to see how the individual terms vary with latitude. Sekarang p tidak akan lebih dari + / -3 derajat = ,05 radian, jadi p 2 adalah selalu kurang dari .0025 (1 / 400) dan p 4 adalah selalu kurang dari .00000625 (1 / 160000). Dengan menggunakan spreadsheet, mudah untuk melihat bagaimana istilah individu bervariasi dengan lintang. K2p 2 never exceeds 4400 and K3p 4 is at most a bit over 3. K2P 2 tidak pernah melebihi 4.400 dan K3p 4 adalah paling sedikit di atas 3. That is, the curvature of a parallel of latitude across a UTM zone is at most a little less than 4.5 km and the maximum departure from a parabola is at most a few meters. Itu adalah, kelengkungan paralel lintang melintasi zona UTM paling sedikit kurang dari 4,5 km dan maksimal keberangkatan dari parabola adalah paling beberapa meter. K4 is what we'd calculate for easting in a simple-minded way, just by calculating arc distance along the parallel of latutude. K4 adalah apa yang kami menghitung untuk arah timur dalam sebuah cara yang berpikiran sederhana, hanya dengan menghitung jarak busur sepanjang paralel dari latutude. But, as we get farther from the central meridian, the meridians curve inward, so our actual easting will be less than K4. Namun, seperti yang kita dapatkan jauh dari pusat meridian, maka meridian kurva ke dalam, sehingga sebenarnya kita arah timur akan lebih kecil dari K4. That's what K5 does. Itulah yang K5 tidak. Since p is never more than +/-3 degrees = .05 radians, p 3 is always less than .000125 (1/8000). Sejak p tidak pernah lebih dari + / -3 derajat = ,05 radian, p 3 selalu kurang dari .000125 (1 / 8000). The maximum value of K5p 3 is about 150 meters. Nilai maksimum K5p 3 adalah sekitar 150 meter.

That Weird Sin 1" Term in the Original Army Reference Aneh bahwa Sin 1 "Istilah dalam Angkatan Darat Asli Referensi
The Army reference defines p in seconds of arc and includes a sin 1" term in the K formulas. The Sin 1" term is a holdover from the days when this all had to be done on mechanical desk calculators (pre-computer) and terms had to be kept in a range that would retain sufficient precision at intermediate steps. For that small an angle the difference between sin 1" and 1" in radians is negligible. Mendefinisikan referensi Angkatan Darat p dalam detik busur dan termasuk dosa 1 "K istilah dalam rumus. Dosa 1" istilah adalah peninggalan dari hari-hari ketika semua ini harus dilakukan di meja mekanis kalkulator (pra-komputer) dan istilah harus tetap dalam rentang yang akan mempertahankan ketepatan yang cukup pada langkah-langkah perantara. Untuk itu kecil sudut perbedaan antara dosa 1 "dan 1" dalam radian diabaikan. If p is in seconds of arc, then (psin 1") merely converts it to radians. Jika p dalam detik busur, maka (psin 1 ") hanya mengkonversikannya ke radian. The sin 1" term actually included an extra factor of 10,000, which was then corrected by multiplying by large powers of ten afterward. Dosa 1 "istilah yang benar-benar dimasukkan faktor tambahan 10.000, yang kemudian diperbaiki dengan mengalikan oleh kekuatan besar sepuluh sesudahnya.

The logic is a bit baffling. Logika agak sedikit membingungkan. If I were doing this on a desk calculator, I'd factor out as many terms as possible rather than recalculate them for each term. Jika saya melakukan hal ini di atas meja kalkulator, aku akan faktor sebagai banyak istilah mungkin bukan menghitung ulang mereka untuk setiap istilah. But perhaps in practice the algebraically obvious way created overflows or underflows, since calculators could only handle limited ranges. Tapi mungkin dalam praktiknya cara yang jelas dibuat secara aljabar meluap atau underflows, karena kalkulator hanya bisa menangani rentang yang terbatas. In any case, the sin1" term is not needed any more. Calculate p in radians and omit the sin1" terms and the large power of ten multipliers. Dalam setiap kasus, sin1 "istilah tidak dibutuhkan lagi. Hitunglah p dalam radian dan menghilangkan sin1" istilah dan kekuatan besar sepuluh pengganda.

Converting UTM to Latitude and Longitude Mengkonversi UTM untuk Latitude dan Longitude
y = northing, x = easting (relative to central meridian; subtract 500,000 from conventional UTM coordinate). y = northing, x = arah timur (relatif terhadap pusat meridian; kurangi konvensional 500.000 dari koordinat UTM).

Calculate the Meridional Arc Hitung Meridional Arc


This is easy: M = y/k 0 . Hal ini mudah: M = y / k 0.

Calculate Footprint Latitude Calculate Footprint Latitude


y

mu = M/[a(1 - e 2 /4 - 3e 4 /64 - 5e 6 /256...) mu = M / [a (1 - e 2 / 4 - 3e 4 / 64 - 5e 6 / 256 ...) 2 1/2 y e 1 = [1 - (1 - e ) ]/[1 + (1 - e 2 ) 1/2 ] e 1 = [1 - (1 - e 2) 1 / 2] / [1 + (1 - e 2) 1 / 2]

footprint latitude fp = mu + J1sin(2mu) + J2sin(4mu) + J3sin(6mu) + J4sin(8mu), where: footprint latitude fp = mu + J1sin (2mu) + J2sin (4mu) + J3sin (6mu) + J4sin (8mu), di mana: J1 = (3e 1 /2 - 27e 1 3 /32 ..) J1 = (3e 1 / 2 - 27e 1 3 / 32 ..) J2 = (21e 1 2 /16 - 55e 1 4 /32 ..) J2 = (21e 1 2 / 16 - 55e 1 4 / 32 ..) 3 3 y J3 = (151e 1 /96 ..) J3 = (151e 1 / 96 ..) 4 4 y J4 = (1097e 1 /512 ..) J4 = (1097e 1 / 512 ..)
y

Calculate Latitude and Longitude Hitung Latitude dan Longitude


y

e' 2 = (ea/b) 2 = e 2 /(1-e 2 ) e '2 = (ea / b) 2 = e 2 / (1-e 2) 2 2 '2 2 y C1 = e' cos (fp) C1 = e cos (fp) 2 2 y T1 = tan (fp) T1 = tan (fp)

R1 = a(1-e 2 )/(1-e 2 sin 2 (fp)) 3/2 . This is the same as rho in the forward conversion formulas above, but calculated for fp instead of lat. R1 = a (1-e 2) / (1-e 2 sin 2 (fp)) 3 / 2. Ini adalah sama rho di depan rumus konversi di atas, tetapi dihitung untuk fp bukan lat. 2 2 1/2 y N1 = a/(1-e sin (fp)) . This is the same as nu in the forward conversion formulas above, but calculated for fp instead of lat. N1 = a / (1-e 2 sin 2 (fp)) 1 / 2. Ini adalah sama nu di depan rumus konversi di atas, tetapi dihitung untuk fp bukan lat. y D = x/(N1k 0 ) D = x / (N1k 0)
y

lat = fp - Q1(Q2 - Q3 + Q4), where: lat = fp - Q1 (Q2 - Q3 + Q4), di mana: Q1 = N1 tan(fp)/R1 Q1 = N1 tan (fp) / R1 2 2 y Q2 = (D /2) Q2 = (D / 2) 2 2 4 Q3 = (5 + 3T1 + 10C1 - 4C1 -9e' )D /24 Q3 = (5 + 3T1 + 10C1 - 4C1 2-9e '2) D 4 / 24 Q4 = (61 + 90T1 + 298C1 +45T1 2 - 3C1 2 -252e' 2 )D 6 /720 Q4 = (61 + 90T1 + 298C1 45 T1 2 - 3C1 2-252e '2) D 6 / 720
y

y y

long = long0 + (Q5 - Q6 + Q7)/cos(fp), where: panjang = long0 + (P5 - P6 + P7) / cos (fp), di mana:
y Q5 = D Q5 = D Q6 = (1 + 2T1 + C1)D 3 /6 P6 = (1 + 2T1 + C1) D 3 / 6 Q7 = (5 - 2C1 + 28T1 - 3C1 2 + 8e' 2 + 24T1 2 )D 5 /120 P7 = (5 - 2C1 + 28T1 - 3C1 2 + 8e '2 + 24T1 2) D 5 / 120 y

What Do The Formulas Mean? Apa Do The Rumus Mean?


As the sketch above shows, because of the poleward curve of parallels, the footprint latitude is always greater than the true latitude. Seperti sketsa di atas menunjukkan, karena kurva poleward paralel, jejak lintang selalu lebih besar daripada lintang benar. Q1 is just a scaling coefficient and is constant for any given fp. Q1 hanya skala dan koefisien adalah konstan untuk setiap fp. The tangent term basically means the closer to the pole you are, the faster the parallels curve. Istilah tangen pada dasarnya berarti semakin dekat ke tiang Anda, semakin cepat persamaan kurva. Q2 is a quadratic term in x. Again, as with converting from geographic coordinates to UTM, we approximate the parallel as a parabola and add higher order corrections. Q2 adalah istilah kuadrat dalam x. Sekali lagi, seperti dengan konversi dari koordinat geografis ke UTM, kita mendekati paralel sebagai parabola dan menambahkan koreksi lebih tinggi. To determine longitude, we make a simple minded approximation that longitude is proportional to easting, but then, since fp is too large, the true longitude is smaller, since it lies on a parallel closer to the the equator. Untuk menentukan bujur, kita membuat perkiraan yang berpikiran sederhana bujur sebanding dengan arah timur, tetapi kemudian, karena fp terlalu besar, bujur sejati lebih kecil, karena terletak di paralel lebih dekat ke khatulistiwa. The divisor cos(fp) corrects for the varying length of degrees of longitude as latitude varies. The pembagi cos (fp) mengoreksi panjang beragam derajat bujur sebagai garis lintang bervariasi.

A Spreadsheet Program Sebuah Program Spreadsheet

Before linking to the program, note: Sebelum menghubungkan ke program, perhatikan: It is an Excel spreadsheet. Ini adalah spreadsheet Excel. If you have Excel on your computer, it will (or should) open when you click the link. Jika Anda memiliki Excel pada komputer Anda, itu akan (atau harus) terbuka ketika Anda mengklik link. Most major spreadsheet programs can read spreadsheets in other formats. Sebagian besar program spreadsheet dapat membaca spreadsheet dalam format lain. y A spreadsheet is not an applet or program. Sebuah spreadsheet bukan sebuah applet atau program. In particular, you can't manually enter data into a cell and preserve any formulas that are there. That's why some aspects of data entry are clunkier than they might otherwise be with, say, a Visual Basic program. Secara khusus, Anda tidak dapat secara manual memasukkan data ke dalam sel dan menjaga setiap formula yang berada di sana. Itu sebabnya beberapa aspek data entry ini clunkier daripada mereka mungkin hal lain yang dapat dengan, katakanlah, program Visual Basic. y There are three computation pages, one for single conversions, the other two for batch conversions. Ada tiga halaman perhitungan, satu untuk satu konversi, dua lainnya untuk batch konversi. Other pages contain information on datums and the specific conversion formulas. Halaman lain berisi informasi tentang datums dan rumus konversi tertentu. To use the batch conversions you need to be somewhat proficient in spreadsheets as you will have to copy data and cell formulas. Untuk menggunakan konversi bets Anda perlu agak mahir dalam spreadsheet seperti Anda harus menyalin data dan sel formula. y For our mutual peace of mind, run a virus check. Untuk kita bersama ketenangan pikiran, menjalankan virus cek. y You may copy the program for your own non-commercial use and for non-commercial distribution to others, but not for commercial use. Anda dapat menyalin program untuk Anda sendiri penggunaan non-komersial dan non-komersial untuk distribusi kepada orang lain, tetapi tidak untuk penggunaan komersial. Please give appropriate credit when citing your calculations. Silakan memberikan kredit yang sesuai ketika mengutip perhitungan Anda. You may also modify it as needed for your personal use. Anda mungkin juga memodifikasi itu seperti yang diperlukan untuk penggunaan pribadi Anda. In Internet Explorer, right click on the link and select Save Target As... Di Internet Explorer, klik kanan pada link dan pilih Save Target As ... to save the spreadsheet to your own disk. untuk menyimpan spreadsheet disk Anda sendiri.
y

Spreadsheet For UTM Conversion Spreadsheet Untuk UTM Konversi

References Referensi
Snyder, JP, 1987; Map Projections - A Working Manual. Snyder, JP, 1987; Peta Proyeksi - A Working Manual. US Geological Survey Professional Paper 1395, 383 p. If you are at all serious about maps you need this book. US Geological Survey Professional Paper 1395, 383 hlm Jika Anda sama sekali serius tentang peta Anda memerlukan buku ini. Army, Department of, 1973; Universal Transverse Mercator Grid, US Army Technical Manual TM 5-241-8, 64 p. Angkatan Darat, Departemen, 1973; Universal Transverse Mercator Kotak, US Army Technical Manual TM 5-241-8, 64 p.

NIMA Technical Report 8350.2, "Department of Defense World Geodetic System 1984, Its Definition and Relationships with Local Geodetic Systems," Second Edition, 1 September 1991 and its supplements. Laporan Teknis Nima 8.350,2, "Departemen Pertahanan Sistem Geodetik Dunia 1984, Its Definisi dan Hubungan dengan Lokal Geodetic Systems," Second Edition, 1 September 1991 dan dengan suplemen. The report is available from the NIMA Combat Support Center and its stock number is DMATR83502WGS84. Non-DoD requesters may obtain the report as a public sale item from the US Geological Survey, Box 25286, Denver Federal Center, Denver, Colorado 80225 or by phone at 1-800-USA-MAPS. Laporan ini tersedia di Nima Combat Support Center dan nomor saham DMATR83502WGS84. Non-DoD pemohon dapat memperoleh laporan sebagai penjualan publik item dari US Geological Survey, Box 25286, Denver Federal Center, Denver, Colorado 80.225 atau melalui telepon di 1-800-USA-MAPS.

Return to Professor Dutch's Home Page Kembali ke Profesor Belanda's Home Page Created 12 September 2003, Last Update Dibuat 12 September 2003, Last Update Not an official UW Green Bay site Tidak resmi Green Bay UW situs

Anda mungkin juga menyukai