hygrometry

Functions for conversions with temperature, humidity, and barometric pressure.


Keywords
hygrometry, wetbulb, humidity, temperature
License
MIT
Install
pip install hygrometry==1.1.1

Documentation

hygrometry

Helpful hygrometry python functions, like dew point, wetbulb, absolute humidity, mixing ratio, etc.

For install instructions and API see the documentation here.

A jupyter notebook with some simple analysis on the wetbulb algorithm here.

Install

pip3 install hygrometry

OR

pip3 install git+https://github.com/bluthen/hygrometry.git

Run doctests

python -m doctest -v hydrometry/__init__.py