get_atmosphere_profile
Retrieve atmospheric pressure, temperature, density, and speed of sound at specified altitudes using the ISA or enhanced model.
Instructions
Get atmospheric properties (pressure, temperature, density) at specified altitudes using ISA model.
Args: altitudes_m: List of altitudes in meters model_type: Atmospheric model type ('ISA' for standard, 'enhanced' for extended)
Returns: Formatted string with atmospheric profile data including pressure, temperature, density, and speed of sound at each altitude.
Raises:
No exceptions are raised directly; errors are returned as formatted strings.
ImportError is caught when the ambiance package is not installed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| altitudes_m | Yes | ||
| model_type | No | ISA |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |