Scilab Function
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 in [m].
-
y
: y-coordinate in [m].
-
z
: z-coordinate in [m]
-
ell
: Identifier, Textstring: 'wgs84' (default), 'grs80', oder 'bessel'
-
bb
: latitude in [Degree.decimal].
-
l
: longitude in [Degree.decimal].
-
h
: elipsoidic altitude in [m].
Description
-
Transformation: Cartesian to ellipsoidic coordinates.
-
Formulas out of Hofmann-Wellenhof u.a(1994):"GPS in der Praxis"
No negative altitudes allowed!
-
No warranty, there are no inputchecks.
Examples
[bb,l,h]=xyz2blh(x,y,z)
[bb,l,h]=xyz2blh(x,y,z,'wgs84')
Authors
-
cos
area7@web.de