Skip to content

An implementation of the ICAO International Standard atmosphere (ISA).

License

Notifications You must be signed in to change notification settings

kenba/icao-isa-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An implementation of the ICAO International Standard atmosphere (ISA).

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages