Skip to main content

Python Package for Standard Atmosphere

Project description

pystdatm

Python Package for Standard Atmosphere

The set of functions that follow International Standard Atmosphere model.

Note: Only SI units are supported.

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.1.0.tar.gz (4.8 kB view details)

Uploaded Source

Built Distribution

pystdatm-0.1.0-py3-none-any.whl (6.8 kB view details)

Uploaded Python 3

File details

Details for the file pystdatm-0.1.0.tar.gz.

File metadata

  • Download URL: pystdatm-0.1.0.tar.gz
  • Upload date:
  • Size: 4.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pystdatm-0.1.0.tar.gz
Algorithm Hash digest
SHA256 dfbc62073f824da35d47956b1732b0541c08705d257ec71d8ed4f54d18613baa
MD5 f7980c44854025de423556bfa0ff2111
BLAKE2b-256 a84578715e123ab380472fec9b21946edcd93cf85781f947f54b38e1db50082c

See more details on using hashes here.

File details

Details for the file pystdatm-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: pystdatm-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 6.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for pystdatm-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 b5775f74e7d4ea8d07b8e57b9cf610839845671f5eb15f49b62fef2ed77fbbb8
MD5 194815ab6df31f5a76cb2db7d0859542
BLAKE2b-256 2cf44a61323f576c0fec40d3a818981f2fcc8aaebdae7d39649bf9e96be16a10

See more details on using hashes here.

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