Convert 3D Earth-Centered, Earth-Fixed (ECEF) Cartesian coordinates (X, Y, Z) to WGS-84 latitude, longitude, and ellipsoidal height.
Click anywhere on the map or drag pins to update coordinates live.
X = (N+h)cos(φ)cos(λ), Y = (N+h)cos(φ)sin(λ), Z = (N(1-e²)+h)sin(φ)
N = WGS84_A / sqrt(1 - e²sin²φ)
Converted geographic position to 3D Cartesian Earth-Centered Earth-Fixed coordinates.
Converts 3D Cartesian coordinates originating from Earth center into geographic coordinates and altitude.
Convert to Lat/Long/Height.
p = 4841315m
Convert WGS-84 latitude, longitude, and ellipsoidal height into 3D Earth-Centered, Earth-Fixed (ECEF) X, Y, Z Cartesian coordinates.
Convert GPS coordinates between Decimal Degrees (DD), Degrees Minutes Seconds (DMS), and Degrees Decimal Minutes (DDM).
Convert decimal degree coordinates to Degrees, Minutes, and Seconds (DMS) format.