-
Notifications
You must be signed in to change notification settings - Fork 255
misc
Malik Doole edited this page Sep 26, 2019
·
1 revision
The misc.py module in BlueSky tools contains some useful functions:
- Converting text to altitude [ft]. This can be useful for converting flight-levels to altitudes (e.g., FL300 to 30000)
- Converting time [s] to time-string [HH:MM:SS] and vice versa.
- Converting text to speed (e.g., EAS [kts] or mach [-] to TAS [m/s]
- Converting text to latitude/longitude (e.g., N52 to 52)
- Converting latitude and longitude to text