Expand description
Enhanced atmospheric calculations for ballistics.
This module provides Rust-accelerated implementations of atmospheric calculations with full ICAO Standard Atmosphere support for improved accuracy at all altitudes.
Functionsยง
- calculate_
air_ density_ cimp - Enhanced air density calculation using CIPM formula with ICAO atmosphere.
- calculate_
air_ density_ cipm - Legacy function name for backwards compatibility
- calculate_
atmosphere - Enhanced atmospheric calculation with ICAO Standard Atmosphere.
- get_
direct_ atmosphere - Direct atmosphere calculation for simple cases.
- get_
local_ atmosphere - Enhanced local atmospheric calculation with variable lapse rates.