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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file ITR-1.0.1.tar.gz
.
File metadata
- Download URL: ITR-1.0.1.tar.gz
- Upload date:
- Size: 56.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3389bbe6930aa50f6bc6c0ff8d1b15e48aead45b628a32ba3cc13cc81e23ea3d |
|
MD5 | eca488c92067a89c8df6148db07b4b2f |
|
BLAKE2b-256 | d59968528f07024551971337496741531fd32c12437257c18d8fc2a459d06b76 |
File details
Details for the file ITR-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: ITR-1.0.1-py3-none-any.whl
- Upload date:
- Size: 48.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.9.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a3b80f81a462a452449813bcc06e0ec56dbcf201833c3f38573a6194620f023 |
|
MD5 | 52c5dba524e25e989491f58dc1d0cce7 |
|
BLAKE2b-256 | 96dabdd642cc1ba539baffcbdb2ef565766fda34b72c6019333434972cc3d1b8 |