Scilab Function
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"
Keine negativen Höhen! (matrix fähig)
-
Keine Gewähr, da keine Abfragen.
Examples
[bb,l,h]=xyz2blh(x,y,z)
[bb,l,h]=xyz2blh(x,y,z,'bessel')
Authors
-
cos
area7@web.de
Bibliography
Formeln aus Hofmann-Wellenhof u.a(1994):"GPS in der Praxis"