0.11.1 • Published 1 year ago

globalwarmingpotentials v0.11.1

Weekly downloads
-
License
CC0
Repository
github
Last release
1 year 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

After running

make

to update the Python and JS libraries

running

make tag

and pushing with

git push origin main --tags

a new releases on PyPI and NPM will be published.

0.10.0

1 year ago

0.11.0

1 year ago

0.10.1

1 year ago

0.11.1

1 year ago

0.10.2

1 year ago

0.9.4

2 years ago

0.9.3

3 years ago

0.9.2

3 years ago

0.9.0

4 years ago

0.8.0

4 years ago

0.9.1

4 years ago

0.7.0

4 years ago

0.6.0

4 years ago

0.5.0

4 years ago

0.4.1

4 years ago

0.3.0

4 years ago

0.2.8

4 years ago

0.2.7

4 years ago