This package is a collection of tools to analyze and visualize atmospheric aerosol and ion data.
Latest version: 0.1.4
Install directly from GitHub using pip
pip install git+https://github.com/jlpl/aerosol-functions.gitThe package's documentation page can be found here
Calculate the coagulation coefficient in cubic meters per second for 10 nm and 100 nm aerosol particles under standard conditions.
import aerosol.functions as af
K = af.coagulation_coef(10e-9,100e-9)
print(K) # output: 2.4e-14