Global warming potentials of greenhouse gases from various IPCC reports
Project description
Global Warming Potentials
This work is released under a Creative Commons CC0 Public Domain Dedication. Read the LICENSE.
Global warming potentials of greenhouse gases.
GWP metrics included in this repository
100-year-GWP from IPCC reports
- Second Assessment Report (SAR) - SARGWP100 Data source
- Third Assessment Report (TAR) - TARGWP100 Data source, page 388 Table 6.7
- Fourth Assessment Report (AR4) - AR4GWP100 Data source
- Fifth Assessment Report (AR5) - AR5GWP100 Data source
- Sixth Assessment Report (AR6) - AR6GWP100 Data Source CSV file
20-year-GWP from IPCC reports
- Third Assessment Report (TAR) - TARGWP20 Data source, page 388 Table 6.7
- Sixth Assessment Report (AR6) - AR6GWP20 Data Source CSV file
500-year-GWP from IPCC reports
- Third Assessment Report (TAR) - TARGWP500 Data source, page 388 Table 6.7
- Sixth Assessment Report (AR6) - AR6GWP500 Data Source CSV file
100-year-GTP from IPCC reports
- Sixth Assessment Report (AR6) - AR6GTP100 Data Source CSV file
100-year-GWP including climate carbon cycle feedbacks
- Fifth Assessment Report (AR5) - AR5CCFGWP100
Data sources:
- Table 8.SM.16
- Table 8.7 (page 714)
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file globalwarmingpotentials-0.10.0.tar.gz
.
File metadata
- Download URL: globalwarmingpotentials-0.10.0.tar.gz
- Upload date:
- Size: 30.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 42d9461b66246cb5b1546b0d289c34c4506e7fcc863f7061ed7d19211710eb87 |
|
MD5 | 6dbf12aab58cf08fce95d9b1cfbd9936 |
|
BLAKE2b-256 | f0ccbf3fbb58f8222bf6539c59bb8ebeb15b7977b52d1d242805bc93735d173b |
File details
Details for the file globalwarmingpotentials-0.10.0-py2.py3-none-any.whl
.
File metadata
- Download URL: globalwarmingpotentials-0.10.0-py2.py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.0 CPython/3.9.19
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9af841e65db5007ef22b8ef349f7cf8fb33c0d4400e5db8e99b9c779608d4e90 |
|
MD5 | 66acee5dc74d7d357209a5a7bbf9f1c8 |
|
BLAKE2b-256 | 92f84c1363bd3c48648d89c47606263c44b398bdbd0d4a41a40cb571666bcbc3 |