#isa #mach #cas #icao #tas #aerospace

no-std icao-isa

An implementation of the ICAO International Standard Atmosphere(ISA) and air speed equations

2 releases

0.1.2 Feb 6, 2024
0.1.0 Feb 4, 2024

#98 in Geospatial

31 downloads per month

MIT license

26KB
308 lines

icao-isa

crates.io docs.io License Rust codecov

An implementation of the International Civil Aviation Organization (ICAO) International Standard Atmosphere (ISA), see ICAO Doc 7488/3.

The library also includes functions for calculating:

  • true airspeed (TAS) from calibrated airspeed (CAS), pressure and temperature;
  • CAS from TAS, pressure and temperature;
  • TAS from Mach number and temperature;
  • and the crossover altitude between CAS / Mach flight regimes.

The equations for the functions above are from BADA User Manual revision 3-12.

The library is declared no_std so it can be used in embedded applications.

Contribution

If you want to contribute through code or documentation, the Contributing guide is the best place to start.
Just please abide by our Code of Conduct.

License

icao-isa-rs is provided under a MIT license, see LICENSE.

Dependencies

~0.8–1.5MB
~33K SLoC