aerosol-functions package
This package is a collection of tools to analyze and visualize atmospheric aerosol and ion data.
Latest version: 0.1.16
See aerosol-studio for a GUI-based aerosol number size distribution analysis workflow.
Installation
Install directly from GitHub using pip
pip install git+https://github.com/jlpl/aerosol-functions.git
Install from PYPI:
pip install aerosol-functions
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
Release files for aerosol-functions 0.1.16
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| aerosol_functions-0.1.16.tar.gz | 181.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| aerosol_functions-0.1.16-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 207.1 kB
Release files / aerosol_functions-0.1.16.tar.gz
| Download URL | aerosol_functions-0.1.16.tar.gz |
|---|---|
| Size | 181.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
547cdf78bf903ee990afcba3b1b3748b801c9e24e9c86142b074294e3a8d0903
|
|
BLAKE2b-256 checksum How to use checksums |
a65b00f78c995d37c2882ae7b255a1d698eb92128011b125cb2bcc5b5400d203
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.2
|
Release files / aerosol_functions-0.1.16-py3-none-any.whl
| Download URL | aerosol_functions-0.1.16-py3-none-any.whl |
|---|---|
| Size | 25.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
630c2a4b94d536824122c4785fbae90fdb3402db663ad9cd72fc717b379b7a4b
|
|
BLAKE2b-256 checksum How to use checksums |
f7561c4caf9c7830f9776bfe7fb68320be8fed675de464d414d1ca8147029bc8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.2
|