Welcome to Ambiance’s documentation!

Logo

Ambiance is a full implementation of the ICAO standard atmosphere 1993 written in Python. Ambiance allows you to create an Atmosphere object from which atmospheric properties can be easily derived in a human-readable form.

from ambiance import Atmosphere

sealevel = Atmosphere(0)
sealevel.pressure     # --> 101325 Pascal
sealevel.temperature  # --> 288.15 Kelvin

API documentation

Changelog

Author

Aaron Dettmann

Licence

Apache-2.0