This work is released under a Creative Commons CC0 Public Domain Dedication. Read the LICENSE.
Global warming potentials of greenhouse gases.
- 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
- Third Assessment Report (TAR) - TARGWP20 Data source, page 388 Table 6.7
- Sixth Assessment Report (AR6) - AR6GWP20 Data Source CSV file
- Third Assessment Report (TAR) - TARGWP500 Data source, page 388 Table 6.7
- Sixth Assessment Report (AR6) - AR6GWP500 Data Source CSV file
- Sixth Assessment Report (AR6) - AR6GTP100 Data Source CSV file
- Fifth Assessment Report (AR5) - AR5CCFGWP100
Data sources:
- Table 8.SM.16
- Table 8.7 (page 714)
CSV file: globalwarmingpotentials.csv
pip install globalwarmingpotentials
Example usage:
import globalwarmingpotentials as gwp
print(gwp.data["AR5GWP100"]["CH4"]) # prints '28'
df = gwp.as_frame() # Returns a Pandas DataFrame
npm install globalwarmingpotentials
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.