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
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.7.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9825e47f025b8cca054431dd15691183841fed68c1f922b876cf5e5dd971acf9 |
|
MD5 | 052e21b35a765474b40b23f45823e91a |
|
BLAKE2b-256 | f230c54474ef1ddc3e5da4e86e234d6f30bbac7a11c4262b0d68bc9a9a4e7489 |
Close
Hashes for globalwarmingpotentials-0.7.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c4497a3a61096a012ea7f9f756709d90b75acc7967319135903db2d4871e57c6 |
|
MD5 | 9c9b95a19e6019cb009b44164015d2d4 |
|
BLAKE2b-256 | d11f8b49ad48321748ce5d2c5a0b42289a224e915f18e45a91e57aa1c0e11526 |