Skip to content

WSWUP/evaporative-demand-drought-index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

evaporative-demand-drought-index

A simple package for calculating the Evaporative-Demand-Drought-Index (EDDI).

Installation

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

About

Calculate the Evaporative Demand Drought Index (EDDI)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages