//! Bevy systems for the atmosphere subsystem.
//!
//! Bridges the pure ISA functions in [`super::isa`] to ECS data on aircraft
//! entities. Currently exposes a single system, [`update_atmosphere`], which
//! samples [`AtmosphereState`] from the world-space altitude.
use crate*;
use crateAtmosphereState;
use atmosphere_at;
use Scalar;
/// Updates [`AtmosphereState`] on each aircraft from its world-space altitude.
///
/// Reads `GlobalTransform.translation().y` as geometric altitude above sea level.