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
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.
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.11.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | c0d98d6fe7fb7d21bc2c17d7b41dfdf5a08b3a80778943e1f0d2f7f29372038b |
|
MD5 | 99f309d5c48e002b3305a3231c23eafd |
|
BLAKE2b-256 | 6cb8e197d8bac5edafe9a9e36967eb493ddb58cd631f3b07371d1c6d29051d84 |
Close
Hashes for globalwarmingpotentials-0.11.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f208afdaea1e464b1d2f760f06ab09e3870876c48a322252536809a5087ed11 |
|
MD5 | 2de25daabe62bb4a5f68cd7935924944 |
|
BLAKE2b-256 | cb99f8ad15b4414489be553f323109fd279ba98f48bc9b38b648f2f6c0628f17 |