Skip to main content

learn.howToCalculate

learn.whatIsHeading

Coordinate converters translate between latitude/longitude (geographic), UTM, and other projection systems.

ステップバイステップガイド

  1. 1Decimal degrees: 40.7128°N, 74.0060°W (precise)
  2. 2UTM: easting/northing in meters (projected)
  3. 3Conversions require map projection parameters

解いた例

入力
New York: 40.7128°N, 74.0060°W
結果
UTM Zone 18N: 586,008 E, 4,512,590 N
Projected coordinates

避けるべきよくある間違い

  • Using wrong UTM zone (zones overlap; wrong zone = large error)
  • Not specifying ellipsoid/datum (WGS84 standard)

よくある質問

When do you use each coordinate system?

Geographic (lat/lon): mapping, GPS. UTM: engineering, accurate distance/area. Projection choice matters.

Why do projections distort?

Can't flatten sphere without distortion. Different projections minimize different distortions (area, shape, distance).

計算する準備はできましたか?無料の Coordinate Converter 計算機をお試しください

自分で試してみる→

設定