ssapy.constants
A collection of physical constants.
- ssapy.constants.WGS84_EARTH_FLATTENING[source]
Earth flattening f = (a - b) / a where a and b are the major and minor axes respectively, from WGS84 model [unitless]
- ssapy.constants.WGS72_EARTH_FLATTENING[source]
Earth flattening f = (a - b) / a where a and b are the major and minor axes respectively, from WGS72 model [unitless]
- ssapy.constants.WGS84_EARTH_POLAR_RADIUS[source]
Earth polar radius, calculated by multiplying the equatorial radius by (1 - flattening), from WGS84 model [m]
- ssapy.constants.WGS72_EARTH_POLAR_RADIUS[source]
Earth polar radius, calculated by multiplying the equatorial radius by (1 - flattening), from WGS72 model [m]
- ssapy.constants.VLEO[source]
Approximate orbital velocity for low earth orbit (altitude of 500km) [m/s]