Skip to main content

Analysis & visualization of integrated-assessment scenarios

Project description

pyam: analysis and visualization of integrated-assessment scenarios

Documentation on Read the Docs

Questions? Start a discussion on our mailing list

Overview and scope

The open-source Python package pyam provides a suite of tools and functions for analyzing and visualizing input data (i.e., assumptions/parametrization) and results (model output) of integrated-assessment scenarios.

Key features:

  • Simple analysis of timeseries data in the IAMC format (more about it here) with an interface similar in feel and style to the widely used pandas.DataFrame
  • Advanced visualization and plotting functions (see the gallery)
  • Diagnostic checks for scripted validation of scenario data and results

Data model

An illustrative example of the timeseries format developed by the Integrated Assessment Modeling Consortium (IAMC) is shown below. The row is taken from the IAMC 1.5°C scenario explorer, showing a scenario from the CD-LINKS project. Read the docs for more information on the IAMC format and the pyam data model.

model scenario region variable unit 2005 2010 2015
MESSAGE CD-LINKS 400 World Primary Energy EJ/y 462.5 500.7 ...
... ... ... ... ... ... ... ...

Tutorials

An introduction to the basic functions is shown in the "first-steps" notebook.

All tutorials are available in rendered format (i.e., with output) as part of the online documentation. The source code of the tutorials notebooks is available in the folder doc/source/tutorials of this repository.

Documentation

The complete documentation is hosted on Read the Docs.

The documentation pages can be built locally, refer to the instruction in doc/README.

Authors

This package was developed and is currently maintained by Matthew Gidden (@gidden) and Daniel Huppmann (@danielhuppmann).

License

Copyright 2017-2020 IIASA Energy Program

The pyam package is licensed under the Apache License, Version 2.0 (the "License"); see LICENSE and NOTICE for details.

Install

For basic instructions, read the docs.

To install from source after cloning this repository, simply run

pip install -e .

Development

To setup a development environment, the simplest route is to make yourself a conda environment and then follow the Makefile.

# pyam can be replaced with any other name
# you don't have to specify your python version if you don't want
conda create --name pyam pip python=X.Y.Z
conda activate pyam  # may be  simply `source activate pyam` or just `activate pyam`
# use the make file to create your development environment
# (you only require the -B flag the first time, thereafter you can
# just run `make virtual-environment` and it will only update if
# environment definition files have been updaed)
make -B virtual-environment

Instead of conda you could also use a pip virtualenv:

mkdir venv
virtualenv venv -p python3
. venv/bin/activate
pip install -e .[test,optional-io-formats]

To check everything has installed correctly, run

pytest tests

All the tests should pass.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pyam_iamc-0.6.0-py2.py3-none-any.whl (64.8 kB view details)

Uploaded Python 2Python 3

File details

Details for the file pyam_iamc-0.6.0-py2.py3-none-any.whl.

File metadata

  • Download URL: pyam_iamc-0.6.0-py2.py3-none-any.whl
  • Upload date:
  • Size: 64.8 kB
  • Tags: Python 2, Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.4.0.post20200518 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.8.3

File hashes

Hashes for pyam_iamc-0.6.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 989adab2dd836a0cb222098a59cf6503105a05b37b325b6fb61a9facf37a5524
MD5 c164f445ccbc4b62be7dc3d68adda7ef
BLAKE2b-256 5936ec6482ec8bd5a16fc2d37e78fffc2bdc07551b5b97db7e4727fa27e1f1a9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page