<< xyz2asz Physical Geodesy Utilities >>

scilib_geo >> Physical Geodesy > xyz2blh

xyz2blh

Transformation: Cartesian to ellipsoidic coordinates.

Calling Sequence

[bb,l,h] = xyz2blh(x,y,z)
[bb,l,h] = xyz2blh(x,y,z,ell)

Parameters

x

x-coordinate [m]

y

y-coordinate [m]

z

z-coordinate, [m]

ell

Identifier, Textstring: 'wgs84' (default), 'grs80' or 'bessel'

bb

latitude [decimaldegree]

l

longitude, [decimaldegree]

h

elipsoidic altitude, [m]

Description

Transformation: Cartesian to ellipsoidic coordinates.

Formulas from Hofmann-Wellenhof u.a. (1994): "GPS in der Praxis"

Examples

[bb,l,h]=xyz2blh(x,y,z)
 
[bb,l,h]=xyz2blh(x,y,z,'wgs84')

Authors


Report an issue
<< xyz2asz Physical Geodesy Utilities >>