Science Score: 54.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: zenodo.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (16.8%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Basic Info
  • Host: GitHub
  • Owner: donkee96
  • License: apache-2.0
  • Language: Python
  • Default Branch: main
  • Size: 2.57 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme License Citation

README.md

nomenclature - Working with IAMC-format project definitions

Copyright 2021-2023 IIASA

This repository is licensed under the Apache License, Version 2.0 (the "License"); see the LICENSE for details.

license DOI python Code style: ruff pytest ReadTheDocs

Overview

The nomenclature package facilitates validation and processing of scenario data. It allows managing definitions of data structures for model comparison projects and scenario analysis studies using the data format developed by the Integrated Assessment Modeling Consortium (IAMC).

A data structure definition consists of one or several "codelists". A codelist is a list of allowed values (or "codes") for dimensions of IAMC-format data, typically regions and variables. Each code can have additional attributes: for example, a "variable" has to have an expected unit and usually has a description. Read the SDMX Guidelines for more information on the concept of codelists.

The nomenclature package supports three main use cases:

  • Management of codelists and mappings for model comparison projects
  • Validation of scenario data against the codelists of a specific project
  • Processing of scenario results, e.g. aggregation and renaming from "native regions" of a model to "common regions" (i.e., regions that are used for scenario comparison in a project).

The documentation is hosted on Read the Docs.

Integration with the pyam package

pyam logo

The nomenclature package is designed to complement the Python package pyam, an open-source community toolbox for analysis & visualization of scenario data. The pyam package was developed to facilitate working with timeseries scenario data conforming to the format developed by the IAMC. It is used in ongoing assessments by the IPCC and in many model comparison projects at the global and national level, including several Horizon 2020 & Horizon Europe projects.

The validation and processing features of the nomenclature package work with scenario data as a pyam.IamDataFrame object.

Read the pyam Docs for more information!

Getting started

To install the latest release of the package, please use the following command:

bash pip install nomenclature-iamc

Alternatively, it can also be installed directly from source:

bash pip install -e git+https://github.com/IAMconsortium/nomenclature#egg=nomenclature-iamc

See the User Guide for the main use cases of this package.

Acknowledgement

openENTRANCE logo

This package is based on the work initially done in the Horizon 2020 openENTRANCE project, which aims to develop, use and disseminate an open, transparent and integrated modelling platform for assessing low-carbon transition pathways in Europe.

Refer to the openENTRANCE/openentrance repository for more information.

EU logo This project has received funding from the European Unions Horizon 2020 research and innovation programme under grant agreement No. 835896.

Owner

  • Name: Tongkyu Kim
  • Login: donkee96
  • Kind: user
  • Location: Republic of Korea
  • Company: Ministry of Foreign Affairs

Researcher at the Climate and Energy Cooperation Center of the Korean Ministry of Foreign Affairs.

Citation (CITATION.cff)

# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!

cff-version: 1.2.0
title: nomenclature
message: >-
  If you use this package please cite the doi
  corresponding to the release used
type: software
authors:
  - given-names: Daniel
    family-names: Huppmann
    affiliation: >-
      International Institute for Applied Systems Analysis (IIASA)
    orcid: 'https://orcid.org/0000-0002-7729-7389'
  - given-names: Laura
    family-names: Wienpahl
    affiliation: >-
      International Institute for Applied Systems Analysis (IIASA)
    orcid: 'https://orcid.org/0000-0003-2049-8531'
  - given-names: Philip
    family-names: Hackstock
    affiliation: >-
      International Institute for Applied Systems Analysis (IIASA)
    orcid: 'https://orcid.org/0000-0002-1482-1366'
  - given-names: Lucie
    family-names: Castella
    affiliation: >-
      International Institute for Applied Systems Analysis (IIASA)
    orcid: 'https://orcid.org/0000-0002-6049-0406'

GitHub Events

Total
  • Create event: 5
Last Year
  • Create event: 5

Dependencies

.github/workflows/nightly.yaml actions
  • actions/cache v2 composite
  • actions/checkout v4 composite
  • actions/setup-python v4 composite
  • snok/install-poetry v1 composite
.github/workflows/publish.yaml actions
  • actions/checkout v3 composite
  • actions/setup-python v4 composite
  • pypa/gh-action-pypi-publish release/v1 composite
  • snok/install-poetry v1 composite
.github/workflows/pytest.yml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • snok/install-poetry v1 composite
.github/workflows/ruff.yml actions
  • actions/checkout v4 composite
  • chartboost/ruff-action v1 composite
poetry.lock pypi
  • 106 dependencies
pyproject.toml pypi
  • coverage ^7.3.3 develop
  • flake8 ^6.1.0 develop
  • mypy ^1.7.1 develop
  • pytest ^7.4.3 develop
  • ruff ^0.6.2 develop
  • numpydoc ^1.6.0 docs
  • sphinx ^7.2.6 docs
  • sphinx-click ^5.1.0 docs
  • PyYAML ^6.0.1
  • click >= 8
  • gitpython ^3.1.40
  • numpy >=1.23.0
  • openpyxl ^3.1.2
  • pandas >=1.5.2
  • pyam-iamc >= 2.1
  • pycountry 23.12.11
  • pydantic ^2
  • pysquirrel ^1.1
  • python >=3.10, <3.13