<< xyz2asz Physikalische Geodäsie Utilities >>

scilib_geo >> Physikalische Geodäsie > xyz2blh

xyz2blh

Umwandlung: Kartesische in Ellipsoidische Koordinaten.

Calling Sequence

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

Parameters

x

x-Koordinate in [m]

y

y-Koordinate in [m]

z

z-Koordinate in [m]

ell

Identifikator für den Ellipsoid, ist Textstring: 'wgs84' (default), 'grs80', oder 'bessel'

bb

geographische Breite in [Degree.Decimale]

l

geographische Länge in [Degree.Decimale]

h

elipsoidische Höhe in [m]

Description

Umwandlung: Kartesische in Ellipsoidische Koordinaten

Formeln aus Hofmann-Wellenhof u.a (1994) "GPS in der Praxis".

Examples

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


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

Authors

Bibliography

Formeln aus Hofmann-Wellenhof u.a(1994):"GPS in der Praxis"


Report an issue
<< xyz2asz Physikalische Geodäsie Utilities >>