0.9.4 • Published 5 months ago

globalwarmingpotentials v0.9.4

Weekly downloads
-
License
CC0
Repository
github
Last release
5 months ago

Global Warming Potentials

This work is released under a Creative Commons CC0 Public Domain Dedication. Read the LICENSE.

PyPI Conda-Forge npm

Global warming potentials of greenhouse gases.

GWP metrics included in this repository

100-year-GWP from IPCC reports

20-year-GWP from IPCC reports

500-year-GWP from IPCC reports

100-year-GTP from IPCC reports

100-year-GWP including climate carbon cycle feedbacks

CSV file

CSV file: globalwarmingpotentials.csv

Python

pip install globalwarmingpotentials

Example usage:

import globalwarmingpotentials as gwp

print(gwp.data["AR5GWP100"]["CH4"])  # prints '28'

df = gwp.as_frame()  # Returns a Pandas DataFrame

Node

npm install globalwarmingpotentials

Releasing

Running

make tag

and pushing with

git push origin main --tags

will create new releases on PyPI and NPM.

0.9.4

5 months ago

0.9.3

2 years ago

0.9.2

2 years ago

0.9.0

2 years ago

0.8.0

2 years ago

0.9.1

2 years ago

0.7.0

3 years ago

0.6.0

3 years ago

0.5.0

3 years ago

0.4.1

3 years ago

0.3.0

3 years ago

0.2.8

3 years ago

0.2.7

3 years ago