Metadata-Version: 2.4
Name: climate_categories
Version: 0.12.0
Summary: Commonly used codes, categories, terminologies, and nomenclatures used in climate policy analysis as a Python package.
Author: Mika Pflüger
Author-email: Mika Pflüger <mika.pflueger@climate-resource.com>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Atmospheric Science
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: networkx>=3.3
Requires-Dist: pandas>=3.0
Requires-Dist: strictyaml>=1.6
Requires-Dist: natsort>=8
Requires-Dist: ruamel-yaml>=0.17.2
Requires-Dist: pyparsing>=3.2.3
Requires-Dist: black>=22.1
Requires-Dist: pytest>=8.3.3 ; extra == 'test'
Requires-Dist: pytest-cov>=5 ; extra == 'test'
Requires-Dist: xdoctest>=1.2 ; extra == 'test'
Requires-Python: >=3.12, <3.15
Project-URL: Homepage, https://github.com/primap-community/climate_categories
Project-URL: Documentation, https://climate-categories.readthedocs.io/
Project-URL: Changelog, https://github.com/primap-community/climate_categories/blob/main/CHANGELOG.rst
Provides-Extra: test
Description-Content-Type: text/x-rst

==================
Climate categories
==================


.. image:: https://img.shields.io/pypi/v/climate_categories.svg
        :target: https://pypi.python.org/pypi/climate_categories

.. image:: https://readthedocs.org/projects/climate-categories/badge/?version=latest
        :target: https://climate-categories.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.4590232.svg
        :target: https://doi.org/10.5281/zenodo.4590232

Commonly used codes, categories, terminologies, and nomenclatures used in climate
policy analysis in a nice Python package.
The documentation can be found at: https://climate-categories.readthedocs.io.

Included categorizations
------------------------

===============  ==================================================================
Name             Title
---------------  ------------------------------------------------------------------
IPCC1996         IPCC GHG emission categories (1996)
IPCC2006         IPCC GHG emission categories (2006)
IPCC2006_PRIMAP  IPCC GHG emission categories (2006) with additional categories
CRF1999          Common Reporting Format GHG emissions categories (1999)
CRF2013          Common Reporting Format GHG emissions categories (2013)
CRF2013_2021     CRF categories extended with country specific categories from
                 2021 submissions
CRF2013_2022     CRF categories extended with country specific categories from
                 2022 submissions
CRF2013_2023     CRF categories extended with country specific categories from
                 2023 submissions
BURDI            BUR GHG emission categories (DI query interface)
BURDI_class      BUR GHG emission categories (DI query interface) + classifications
CRFDI            CRF GHG emission categories (DI query interface)
CRFDI_class      CRF GHG emission categories (DI query interface) + classifications
GCB              Global Carbon Budget CO2 emission categories
RCMIP            RCMIP emissions categories
gas              Gases and other climate-forcing substances
ISO3             Countries, country groups, and other areas from ISO 3166
ISO3_GCAM        dito, plus regions used by the GCAM integrated assessment model
FAO              FAOSTAT climate change agrifood systems GHG emissions categories
CT               Climate Trace categories
===============  ==================================================================

Included conversions between categorizations
--------------------------------------------

* IPCC1996 <-> IPCC2006
* FAO <-> IPCC2006_PRIMAP
* CT <-> IPCC2006_PRIMAP

Status
------
Climate categories is still in development and the API and names of categorizations
are still subject to change.

License
-------
Copyright 2021, Potsdam-Institut für Klimafolgenforschung e.V.

Copyright 2021, Robert Gieseke

Copyright 2023-2025, Climate Resource Pty Ltd

Copyright 2026, Climate Resource S GmbH

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the specific language governing
permissions and limitations under the License.

Citation
--------
If you use this library and want to cite it, please cite it as:

Mika Pflüger, Daniel Busch, Annika Günther, Johannes Gütschow, and Robert Gieseke. (2026-09-01).
primap-community/climate_categories: climate_categories Version 0.11.2.
Zenodo. https://doi.org/10.5281/zenodo.22232402
