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
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.8.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6aae1ad4462f9404f4b0f3031920943bdeddd9a7a7770188a9498cd89ca528b8 |
|
MD5 | 2c4e2389489ef16ea040f12d826ed725 |
|
BLAKE2b-256 | 9896336f63d5ff251fa591e6ad58d54f32c445e997351ab1c7eeb3efeef36a35 |
Close
Hashes for globalwarmingpotentials-0.8.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d87b713f76e0ea1e605017a84afd4dcd30decdb9ef42fda7689febffa67ae4da |
|
MD5 | 3d2aac6b5ad64c674f7d41c2e21a824b |
|
BLAKE2b-256 | 5fa86c42403204266ed464e8fc5cf6836ff5f3f95b98410a03be80d5c12c68a3 |