11 lines
330 B
Python
Raw Normal View History

'''
pyatmos StandardAtmosphere subpackage
This subpackage defines the following functions:
2020-07-27 10:38:52 +08:00
# StandardAtmosphere.py
isa - Implements the International Standard Atmosphere(ISA) Model up to 86km.
lapse_tp - Calculate the temperature and pressure at a given geopotential altitude above base of a specific layer.
'''