Crates.io | icao-isa |
lib.rs | icao-isa |
version | 0.1.2 |
source | src |
created_at | 2024-02-04 14:31:43.053128 |
updated_at | 2024-02-06 18:04:03.791369 |
description | An implementation of the ICAO International Standard Atmosphere(ISA) and air speed equations. |
homepage | https://github.com/kenba/icao-isa-rs |
repository | https://github.com/kenba/icao-isa-rs |
max_upload_size | |
id | 1126399 |
size | 35,448 |
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:
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.
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.
icao-isa-rs
is provided under a MIT license, see LICENSE.