globalwarmingpotentials


Nameglobalwarmingpotentials JSON
Version 0.11.1 PyPI version JSON
download
home_pagehttps://github.com/openclimatedata/globalwarmingpotentials
SummaryGlobal warming potentials of greenhouse gases from various IPCC reports
upload_time2024-06-19 11:56:50
maintainerNone
docs_urlNone
authorRobert Gieseke
requires_pythonNone
licenseCC0
keywords climate research greenhouse gases global warming potentials climate change
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Global Warming Potentials

This work is released under a **Creative Commons CC0 Public Domain Dedication**.
Read the [LICENSE](LICENSE).

[![PyPI](https://img.shields.io/pypi/v/globalwarmingpotentials.svg?style=for-the-badge)](https://pypi.org/project/globalwarmingpotentials/)
[![Conda-Forge](https://img.shields.io/conda/v/conda-forge/globalwarmingpotentials?style=for-the-badge)](https://anaconda.org/conda-forge/globalwarmingpotentials)
[![npm](https://img.shields.io/npm/v/globalwarmingpotentials.svg?style=for-the-badge)](https://www.npmjs.com/package/globalwarmingpotentials)

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](https://www.ghgprotocol.org/sites/default/files/ghgp/Global-Warming-Potential-Values%20%28Feb%2016%202016%29_1.pdf)
- Third Assessment Report (TAR) - **TARGWP100**
  [Data source](https://www.ipcc.ch/site/assets/uploads/2018/03/WGI_TAR_full_report.pdf), page 388 Table 6.7
- Fourth Assessment Report (AR4) - **AR4GWP100**
  [Data source](https://www.ghgprotocol.org/sites/default/files/ghgp/Global-Warming-Potential-Values%20%28Feb%2016%202016%29_1.pdf)
- Fifth Assessment Report (AR5) - **AR5GWP100**
  [Data source](https://www.ghgprotocol.org/sites/default/files/ghgp/Global-Warming-Potential-Values%20%28Feb%2016%202016%29_1.pdf)
- Sixth Assessment Report (AR6) - **AR6GWP100**
  [Data Source](https://www.ipcc.ch/report/ar6/wg1/downloads/report/IPCC_AR6_WGI_Chapter_07_Supplementary_Material.pdf)
  [CSV file](https://github.com/chrisroadmap/ar6/blob/main/data_output/7sm/metrics_supplement_cleaned.csv)

### 20-year-GWP from IPCC reports

- Third Assessment Report (TAR) - **TARGWP20**
  [Data source](https://www.ipcc.ch/site/assets/uploads/2018/03/WGI_TAR_full_report.pdf), page 388 Table 6.7
- Sixth Assessment Report (AR6) - **AR6GWP20**
  [Data Source](https://www.ipcc.ch/report/ar6/wg1/downloads/report/IPCC_AR6_WGI_Chapter_07_Supplementary_Material.pdf)
  [CSV file](https://github.com/chrisroadmap/ar6/blob/main/data_output/7sm/metrics_supplement_cleaned.csv)

### 500-year-GWP from IPCC reports

- Third Assessment Report (TAR) - **TARGWP500**
  [Data source](https://www.ipcc.ch/site/assets/uploads/2018/03/WGI_TAR_full_report.pdf), page 388 Table 6.7
- Sixth Assessment Report (AR6) - **AR6GWP500**
  [Data Source](https://www.ipcc.ch/report/ar6/wg1/downloads/report/IPCC_AR6_WGI_Chapter_07_Supplementary_Material.pdf)
  [CSV file](https://github.com/chrisroadmap/ar6/blob/main/data_output/7sm/metrics_supplement_cleaned.csv)

### 100-year-GTP from IPCC reports

- Sixth Assessment Report (AR6) - **AR6GTP100**
  [Data Source](https://www.ipcc.ch/report/ar6/wg1/downloads/report/IPCC_AR6_WGI_Chapter_07_Supplementary_Material.pdf)
  [CSV file](https://github.com/chrisroadmap/ar6/blob/main/data_output/7sm/metrics_supplement_cleaned.csv)

### 100-year-GWP including climate carbon cycle feedbacks

- Fifth Assessment Report (AR5) - **AR5CCFGWP100**
  Data sources:
  - [Table 8.SM.16](https://www.ipcc.ch/site/assets/uploads/2018/07/WGI_AR5.Chap_.8_SM.pdf)
  - [Table 8.7](https://www.ipcc.ch/site/assets/uploads/2018/02/WG1AR5_Chapter08_FINAL.pdf)
    (page 714)

## CSV file

CSV file: [globalwarmingpotentials.csv](./globalwarmingpotentials.csv)

## Python

```
pip install globalwarmingpotentials
```

Example usage:

```python
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.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/openclimatedata/globalwarmingpotentials",
    "name": "globalwarmingpotentials",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "climate research, greenhouse gases, global warming potentials, climate change",
    "author": "Robert Gieseke",
    "author_email": "rob.g@web.de",
    "download_url": "https://files.pythonhosted.org/packages/6c/b8/e197d8bac5edafe9a9e36967eb493ddb58cd631f3b07371d1c6d29051d84/globalwarmingpotentials-0.11.1.tar.gz",
    "platform": "any",
    "description": "# Global Warming Potentials\n\nThis work is released under a **Creative Commons CC0 Public Domain Dedication**.\nRead the [LICENSE](LICENSE).\n\n[![PyPI](https://img.shields.io/pypi/v/globalwarmingpotentials.svg?style=for-the-badge)](https://pypi.org/project/globalwarmingpotentials/)\n[![Conda-Forge](https://img.shields.io/conda/v/conda-forge/globalwarmingpotentials?style=for-the-badge)](https://anaconda.org/conda-forge/globalwarmingpotentials)\n[![npm](https://img.shields.io/npm/v/globalwarmingpotentials.svg?style=for-the-badge)](https://www.npmjs.com/package/globalwarmingpotentials)\n\nGlobal warming potentials of greenhouse gases.\n\n## GWP metrics included in this repository\n\n### 100-year-GWP from IPCC reports\n\n- Second Assessment Report (SAR) - **SARGWP100**\n  [Data source](https://www.ghgprotocol.org/sites/default/files/ghgp/Global-Warming-Potential-Values%20%28Feb%2016%202016%29_1.pdf)\n- Third Assessment Report (TAR) - **TARGWP100**\n  [Data source](https://www.ipcc.ch/site/assets/uploads/2018/03/WGI_TAR_full_report.pdf), page 388 Table 6.7\n- Fourth Assessment Report (AR4) - **AR4GWP100**\n  [Data source](https://www.ghgprotocol.org/sites/default/files/ghgp/Global-Warming-Potential-Values%20%28Feb%2016%202016%29_1.pdf)\n- Fifth Assessment Report (AR5) - **AR5GWP100**\n  [Data source](https://www.ghgprotocol.org/sites/default/files/ghgp/Global-Warming-Potential-Values%20%28Feb%2016%202016%29_1.pdf)\n- Sixth Assessment Report (AR6) - **AR6GWP100**\n  [Data Source](https://www.ipcc.ch/report/ar6/wg1/downloads/report/IPCC_AR6_WGI_Chapter_07_Supplementary_Material.pdf)\n  [CSV file](https://github.com/chrisroadmap/ar6/blob/main/data_output/7sm/metrics_supplement_cleaned.csv)\n\n### 20-year-GWP from IPCC reports\n\n- Third Assessment Report (TAR) - **TARGWP20**\n  [Data source](https://www.ipcc.ch/site/assets/uploads/2018/03/WGI_TAR_full_report.pdf), page 388 Table 6.7\n- Sixth Assessment Report (AR6) - **AR6GWP20**\n  [Data Source](https://www.ipcc.ch/report/ar6/wg1/downloads/report/IPCC_AR6_WGI_Chapter_07_Supplementary_Material.pdf)\n  [CSV file](https://github.com/chrisroadmap/ar6/blob/main/data_output/7sm/metrics_supplement_cleaned.csv)\n\n### 500-year-GWP from IPCC reports\n\n- Third Assessment Report (TAR) - **TARGWP500**\n  [Data source](https://www.ipcc.ch/site/assets/uploads/2018/03/WGI_TAR_full_report.pdf), page 388 Table 6.7\n- Sixth Assessment Report (AR6) - **AR6GWP500**\n  [Data Source](https://www.ipcc.ch/report/ar6/wg1/downloads/report/IPCC_AR6_WGI_Chapter_07_Supplementary_Material.pdf)\n  [CSV file](https://github.com/chrisroadmap/ar6/blob/main/data_output/7sm/metrics_supplement_cleaned.csv)\n\n### 100-year-GTP from IPCC reports\n\n- Sixth Assessment Report (AR6) - **AR6GTP100**\n  [Data Source](https://www.ipcc.ch/report/ar6/wg1/downloads/report/IPCC_AR6_WGI_Chapter_07_Supplementary_Material.pdf)\n  [CSV file](https://github.com/chrisroadmap/ar6/blob/main/data_output/7sm/metrics_supplement_cleaned.csv)\n\n### 100-year-GWP including climate carbon cycle feedbacks\n\n- Fifth Assessment Report (AR5) - **AR5CCFGWP100**\n  Data sources:\n  - [Table 8.SM.16](https://www.ipcc.ch/site/assets/uploads/2018/07/WGI_AR5.Chap_.8_SM.pdf)\n  - [Table 8.7](https://www.ipcc.ch/site/assets/uploads/2018/02/WG1AR5_Chapter08_FINAL.pdf)\n    (page 714)\n\n## CSV file\n\nCSV file: [globalwarmingpotentials.csv](./globalwarmingpotentials.csv)\n\n## Python\n\n```\npip install globalwarmingpotentials\n```\n\nExample usage:\n\n```python\nimport globalwarmingpotentials as gwp\n\nprint(gwp.data[\"AR5GWP100\"][\"CH4\"])  # prints '28'\n\ndf = gwp.as_frame()  # Returns a Pandas DataFrame\n```\n\n## Node\n\n```\nnpm install globalwarmingpotentials\n```\n\n## Releasing\n\nAfter running\n\n```\nmake\n```\n\nto update the Python and JS libraries\n\nrunning\n```\nmake tag\n```\n\nand pushing with\n```\ngit push origin main --tags\n```\n\na new releases on PyPI and NPM will be published.\n\n\n",
    "bugtrack_url": null,
    "license": "CC0",
    "summary": "Global warming potentials of greenhouse gases from various IPCC reports",
    "version": "0.11.1",
    "project_urls": {
        "Homepage": "https://github.com/openclimatedata/globalwarmingpotentials"
    },
    "split_keywords": [
        "climate research",
        " greenhouse gases",
        " global warming potentials",
        " climate change"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb99f8ad15b4414489be553f323109fd279ba98f48bc9b38b648f2f6c0628f17",
                "md5": "2de25daabe62bb4a5f68cd7935924944",
                "sha256": "0f208afdaea1e464b1d2f760f06ab09e3870876c48a322252536809a5087ed11"
            },
            "downloads": -1,
            "filename": "globalwarmingpotentials-0.11.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "2de25daabe62bb4a5f68cd7935924944",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 14014,
            "upload_time": "2024-06-19T11:56:46",
            "upload_time_iso_8601": "2024-06-19T11:56:46.583027Z",
            "url": "https://files.pythonhosted.org/packages/cb/99/f8ad15b4414489be553f323109fd279ba98f48bc9b38b648f2f6c0628f17/globalwarmingpotentials-0.11.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6cb8e197d8bac5edafe9a9e36967eb493ddb58cd631f3b07371d1c6d29051d84",
                "md5": "99f309d5c48e002b3305a3231c23eafd",
                "sha256": "c0d98d6fe7fb7d21bc2c17d7b41dfdf5a08b3a80778943e1f0d2f7f29372038b"
            },
            "downloads": -1,
            "filename": "globalwarmingpotentials-0.11.1.tar.gz",
            "has_sig": false,
            "md5_digest": "99f309d5c48e002b3305a3231c23eafd",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 31780,
            "upload_time": "2024-06-19T11:56:50",
            "upload_time_iso_8601": "2024-06-19T11:56:50.373455Z",
            "url": "https://files.pythonhosted.org/packages/6c/b8/e197d8bac5edafe9a9e36967eb493ddb58cd631f3b07371d1c6d29051d84/globalwarmingpotentials-0.11.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-19 11:56:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "openclimatedata",
    "github_project": "globalwarmingpotentials",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "globalwarmingpotentials"
}
        
Elapsed time: 0.46934s