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
- 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
- Sixth Assessment Report (AR6) - AR6GWP20 Data Source CSV file
500-year-GWP from IPCC reports
- 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
Close
Hashes for globalwarmingpotentials-0.9.2.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 82dde410c5adaff6de76725ceb9e96cdb11b357ca84321f6fbf08c6e8054f051 |
|
MD5 | 1b459ca6ae89b4b7d5ae534cefbbef05 |
|
BLAKE2b-256 | d753ab7cd62e73179567ab761b2f4cc102f232cec6f1ce00367cc859ace6653c |
Close
Hashes for globalwarmingpotentials-0.9.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | ce70d2c123998d1b3e87527eefc52853cdbdcd8e936a2275c8a6a73d676cc717 |
|
MD5 | 3f1f43ce3164852dfb0874db89bbd3fe |
|
BLAKE2b-256 | 2d864276537e7ecedef9f562ccea3919e1c4beb2dec569f805870a9f33ea7f25 |