EURITO / Pivot

The EURITO Pivot to address Covid Response.
1 stars 0 forks source link

Covid Pivot

EURITO indicators for the covid pivot. See the indicators directory for more information.

Note: to use some of the packages under indicators you must first install git-crypt and then run git-crypt unlock path/to/eurito.key. To access eurito.key, please get in touch with one of the core developers.

Installation

From the base of the repo (i.e. path/to/Pivot)

export PYTHONPATH=$PWD:${PYTHONPATH}
pip3 install virtualenv
python3 -m virtualenv venv
source venv/bin/activate

Finally you need to do ONE of the following:

or

pip install PyYAML>=5.3.0
export PYTHONPATH=/path/to/nesta:$PWD:${PYTHONPATH}

The second option avoids the need to check out the enormous nesta repo, albeit the first option is more convenient.

Indicators

The indicators produced by this codebase reflect that the groups of questions which we specified in the EURITO pivot sheet.

As such, the corresponding code for generating indicators are found under e.g. indicators/two for the group of questions labelled "G2" in the spreadsheet. Other indicators added to this repository will follow this convention.

For more information on generating the indicators for each group, refer to the local README.md in each subdirectory.