Skip to content

jlpl/aerosol-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aerosol-functions package

This package is a collection of tools to analyze and visualize atmospheric aerosol and ion data.

Latest version: 0.1.4

Installation

Install directly from GitHub using pip

pip install git+https://github.com/jlpl/aerosol-functions.git

Documentation

The package's documentation page can be found here

Example

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages