E6B Flight Computer
Provides E6B flight computer calculations for VFR pilots.
Each calculation is available in two forms:
- Airport-based — Automatically pulls wind, temperature, and altimeter data from the airport's latest METAR observation. Some airport-based endpoints accept optional overrides for "what if" scenarios.
- Manual — You provide all input values directly. Useful for any location, hypothetical conditions, or when METAR data is not available.
Available Calculations
- Crosswind — Headwind and crosswind components for runway selection
- Density Altitude — Pressure altitude corrected for non-standard temperature
- Wind Triangle — True heading, ground speed, and wind correction angle from course/wind data
- True Airspeed — TAS from calibrated airspeed, pressure altitude, and temperature
- Cloud Base — Estimated ceiling height from temperature/dewpoint spread
- Pressure Altitude — Altitude corrected from field elevation and current altimeter setting
DISCLAIMER: These calculations are intended for PRE-FLIGHT planning purposes only and must not be used for in-flight navigation. Results are approximations based on the ICAO Standard Atmosphere (ISA) model, which assumes mid-latitude atmospheric conditions. The actual tropopause altitude varies from ~26,000 ft at the poles to ~55,000 ft at the equator. Always verify against certified instruments and official flight planning tools.
/api/v1/e6b/crosswind/{icaoCodeOrIdent}Commercial PilotGet Crosswind For Airport
Calculates crosswind and headwind components for every runway at an airport using live METAR wind data.
/api/v1/e6b/crosswind/calculateCommercial PilotCalculate Crosswind
Calculates crosswind and headwind components from manually provided wind and runway heading values.
/api/v1/e6b/density-altitude/{icaoCodeOrIdent}Commercial PilotGet Density Altitude For Airport
Calculates density altitude for an airport using live METAR data with optional overrides.
/api/v1/e6b/density-altitude/calculateCommercial PilotCalculate Density Altitude
Calculates density altitude from manually provided field elevation, altimeter setting, and temperature.
/api/v1/e6b/wind-triangle/calculateCommercial PilotCalculate Wind Triangle
Solves the wind triangle to compute true heading and ground speed.
/api/v1/e6b/true-airspeed/calculateCommercial PilotCalculate True Airspeed
Calculates true airspeed (TAS) from calibrated airspeed, pressure altitude, and outside air temperature.
/api/v1/e6b/cloud-base/calculateCommercial PilotCalculate Cloud Base
Estimates cloud base height AGL from surface temperature and dewpoint spread.
/api/v1/e6b/pressure-altitude/calculateCommercial PilotCalculate Pressure Altitude
Calculates pressure altitude from field elevation and altimeter setting.