Skip to main content

Functions to analyze atmospheric aerosol data

Project description

logo

Aerosol functions

A collection of functions to analyze and visualize atmospheric aerosol data.

Install using pip install aerosol-functions

See the documentation

Example

An aerosol number size disitribution is assumed to be a pandas.DataFrame, denoted df where

df.index:
    Time, pandas.DatetimeIndex
    
df.columns:
    Size bin diameters in meters, float
	
df.values:
    Normalized concentration dN/dlogDp in cm-3, float

One can for example calculate the number concentration in different size ranges

import aerosol.functions as af
import numpy as np
import pandas as pd

dp_low_limits = np.array([3e-9,6e-9,10e-9])
dp_high_limits = np.array([6e-9,10e-9,20e-9])

conc_df = af.calc_conc(df,dp_low_limits,dp_high_limits)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aerosol-functions-0.0.7.tar.gz (65.3 kB view hashes)

Uploaded Source

Built Distribution

aerosol_functions-0.0.7-py3-none-any.whl (9.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page