Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 576 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 576 Bytes

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