Skip to main content

Python Package for Standard Atmosphere

Project description

pystdatm

Python Package for Standard Atmosphere

The set of functions follow International Standard Atmosphere model.

Note: Currently only Troposphere supported and SI units.

Sample Code:

from pystdatm import density, pressure

alt = 1000.0 # metres above sea level

rho = density(alt)
print(f'rho = {rho:.3f} kg/m**3')

p = pressure(alt)
print(f'p = {p:.0f} Pa')

Sample Output:

rho = 1.112 kg/m**3
p = 89936 Pa

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pystdatm-0.0.1.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

pystdatm-0.0.1-py3-none-any.whl (3.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page