Skip to main content

Unit conversion for the abundance of atmospheric trace gases.

Project description

u-cat: Unit conversion for atmospheric trace gases

This is a small Python package to convert between units for the abundance of atmospheric trace gases. It supports conversion of point and column measurements.

Example

import ucat

# convert 10 µg NO2 / m^3 to ppbv
ucat.convert_points(10.0, 'ug m-3', 'ppbv', molar_mass='NO2')

# convert 100 µmol/m² to molecules cm-2
ucat.convert_columns(100, 'umol m-2', 'cm-2', molar_mass='NO2')

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

ucat-0.1.1.tar.gz (12.6 kB view hashes)

Uploaded Source

Built Distribution

ucat-0.1.1-py3-none-any.whl (12.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