Aircraft Performance
Screen airspeed, loading, takeoff, landing, and reserve-fuel cases.
AS-AP-09
Available calculations.
- density_altitude_calculator
- true_airspeed_converter
- stall_speed_calculator
- weight_and_balance
- takeoff_performance
- landing_performance
- fuel_reserve_calculator
Runner example.
The installed skill teaches your agent when to activate this module and how to call the local runner.
density_altitude_calculatorAS-AP-09
{
"ok": true,
"operation": "density_altitude_calculator",
"result": {
"density_altitude_ft": 7988.7,
"isa_temperature_c": 5.09,
"temperature_deviation_c": 24.91,
"air_density_kg_m3": 0.9635,
"density_ratio": 0.786531
},
"units": {
"density_altitude_ft": "ft",
"air_density_kg_m3": "kg/m3"
},
"assumptions": [
"ISA pressure-altitude relation and standard 120 ft per degree Celsius approximation"
],
"warnings": [
"Use approved aircraft charts and current observations for operations"
],
"provenance": [
"International Standard Atmosphere and moist-air density relation"
]
}