Skip to content

KWB-R/ewex

Repository files navigation

ewex

Early warning chemical exposure assessment (EWEX)

Installation

dependencies

create a venv

python -m venv venv

source it (Mac/Linux)

source venv/bin/activate

or on windows

source venv/Scripts/activate

then, install the requirements with

pip install -r requirements.txt

if you intend to work with the notebooks, you need to install jupyter too with

pip install jupyter

literature data

for 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

Usage

Packages

No packages published

Contributors 3

  •  
  •  
  •