A simple package for calculating the Evaporative-Demand-Drought-Index (EDDI).
For now clone and pip install,
git clone https://github.com/WSWUP/evaporative-demand-drought-index.git
It is recommended to use the provided conda environment file to handle dependencies as opposed to pip, so before installing (below) move to the the root directory and install and activate the virtual environment:
conda env create -f environment.yml
conda activate eddi
next install using pip,
pip install -e .
If all went well the eddi
package should be added to your Python path and you should be able to run the following without errors:
from eddi import EDDI, eddi_1d