Skip to main content

Assess the temperature alignment of current targets, commitments, and investment and lending portfolios.

Project description

ITR

This Python module implements the ITR methodology.

Getting started with the user interface:

If you use Anaconda environments, open an Anaconda prompt window, navigate to the 'examples' directory and run:

conda env create -f environment.yml
conda activate itr_ui
python ITR_UI.py

For virtual environments, open a command prompt/terminal window, navigate to the 'examples' directory and run:

python3 -m venv itr_ui

On Unix or MacOS, activate the environment with

source itr_ui/bin/activate

On Windows, activate the environment with

itr_ui\Scripts\activate.bat

Next, run:

python3 -m pip install --upgrade pip
pip install -r requirements.txt
python3 ITR_UI.py

Finally, open a browser window and navigate to http://127.0.0.1:8050/ to access the user interface.

Jupyter notebooks

To work with notebooks from the 'examples' directory please register the kernel from your virtual environment such that it is available in Jupyter. Kernels from Anaconda environments will be available by default. Replace <env_name> in the following command by your environment name (itr_ui or itr_env) and run it in your environment.

python -m ipykernel install --user --name=<env_name>

Start Jupyter by activating your environment and running

jupyter-notebook

Getting started for Contributors/Developers:

If you use Anaconda environments, open an Anaconda prompt window, navigate to the project directory and run:

conda env create -f environment.yml
conda activate itr_env

For virtual environments, open a command prompt/terminal window, navigate to the project directory and run:

python3 -m venv itr_env

On Unix or MacOS, activate the environment with

source itr_env/bin/activate

On Windows, activate the environment with

itr_env\Scripts\activate.bat

Next, run:

python3 -m pip install --upgrade pip
pip install -r requirements.txt
pip install -e .[dev]

User Interface

Project details


Download files

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

Source Distribution

ITR-1.0.0.tar.gz (56.9 kB view details)

Uploaded Source

Built Distribution

ITR-1.0.0-py3-none-any.whl (48.8 kB view details)

Uploaded Python 3

File details

Details for the file ITR-1.0.0.tar.gz.

File metadata

  • Download URL: ITR-1.0.0.tar.gz
  • Upload date:
  • Size: 56.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for ITR-1.0.0.tar.gz
Algorithm Hash digest
SHA256 e3a5e8580dc4c38bae9275021ae3db6306bdd60ca6c1657c82b83cbf139bc6bf
MD5 08e7827bd44a6c9b16141fd1e5d68073
BLAKE2b-256 e10d3054fa24e770581ce324bcf6e2e93aa7a5cf39a9ebf5b037ef9130e62ff2

See more details on using hashes here.

File details

Details for the file ITR-1.0.0-py3-none-any.whl.

File metadata

  • Download URL: ITR-1.0.0-py3-none-any.whl
  • Upload date:
  • Size: 48.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.9.13

File hashes

Hashes for ITR-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 1eb00d5941bbac6fa35f0cd8e641b5e283a386987c2ed168a3aa8b0ab681041f
MD5 c68cfdcfbb3e8fd8b88eeb75acb4cbbc
BLAKE2b-256 22336c9567bbdccaf80349622976658207c12145858554cb6c94459b1f9489f1

See more details on using hashes here.

Supported by

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