Early warning chemical exposure assessment (EWEX)
create a venv
python -m venv venvsource it (Mac/Linux)
source venv/bin/activateor on windows
source venv/Scripts/activatethen, install the requirements with
pip install -r requirements.txtif you intend to work with the notebooks, you need to install jupyter too with
pip install jupyterfor ewex to work correctly, you'll need to put all the .csv of the literature data in a directory named data/ at the top-level of the project's directory.
Then, ewex/ should look like this:
ewex/
data/
matrix_unique.csv
process_removal_lit.csv
reference_lit.csv
starting_concentration.csv
substance_unique.csv
treatment_unique.csv
ewex/
models/
...
simulate_removals.py
...
demo.ipynb
...Note: the required data is not part of the git repository and must be requested by emailing malte.zamzow
<at>kompetenz-wasser.de