boinor.core.earth_atmosphere.util¶
This script holds several utilities related to atmospheric computations.
Attributes¶
Functions¶
|
Converts from given geometric altitude to geopotential one. |
|
Converts from given geopotential altitude to geometric one. |
|
Relates Earth gravity field magnitude with the geometric height. |
Module Contents¶
- boinor.core.earth_atmosphere.util.geometric_to_geopotential(z, r0)¶
Converts from given geometric altitude to geopotential one.
- boinor.core.earth_atmosphere.util.z_to_h¶
- boinor.core.earth_atmosphere.util.geopotential_to_geometric(h, r0)¶
Converts from given geopotential altitude to geometric one.
- boinor.core.earth_atmosphere.util.h_to_z¶
- boinor.core.earth_atmosphere.util.gravity(z, g0, r0)¶
Relates Earth gravity field magnitude with the geometric height.