Geocentric to Geodetic Latitude
Convert geocentric latitude to geodetic latitude
Libraries:
Aerospace Blockset /
Utilities /
Axes Transformations
Description
The Geocentric to Geodetic Latitude block converts a
geocentric latitude (λ
) into geodetic latitude
(μ
) and optional ellipsoidal altitude (h
)
using geocentric latitude and the radius from the center of the planet to the center of
gravity. The function uses an iteration-method of Bowring's formula to calculate the
geodetic latitude. For more information, see Algorithms.
Limitations
This implementation generates a geodetic latitude that lies between ±90 degrees.
Ports
Input
Output
Parameters
Algorithms
The Geocentric to Geodetic Latitude block converts a geocentric latitude (λ) into geodetic latitude (μ), where:
λ — Geocentric latitude
μ — Geodetic latitude
r — Radius from the center of the planet
f — Flattening
a — Equatorial radius of the plant (semi-major axis)
Given geocentric latitude (λ) and the radius (r) from the center of the planet, this block first converts the desired points into the distance from the polar axis (ρ) and the distance from the equatorial axis (z).
It then calculates the geometric properties of the planet:
And then uses the fixed-point iteration of Bowring's formula to calculate μ. This formula typically converges in three iterations.
References
[1] Jackson, E. B., Manual for a Workstation-based Generic Flight Simulation Program (LaRCsim) Version 1.4, NASA TM 110164, April, 1995.
[2] Hedgley, D. R., Jr. "An Exact Transformation from Geocentric to Geodetic Coordinates for Nonzero Altitudes." NASA TR R-458, March, 1976.
[3] Clynch, J. R. "Radius of the Earth - Radii Used in Geodesy." Naval Postgraduate School, Monterey, California, 2002.
[4] Stevens, B. L., and F. L. Lewis. Aircraft Control and Simulation, Hoboken, NJ: John Wiley & Sons, 1992.
[5] Edwards, C. H., and D. E. Penny. Calculus and Analytical Geometry 2nd Edition, Prentice-Hall, Englewood Cliffs, New Jersey, 1986.
Extended Capabilities
Version History
Introduced before R2006a