A workflow tool that:
- Pulls data from a database.
- Disaggregates it based on proxy specifications present in the database.
- Evaulates quality rating - based on quality of the data to be disaggregated, proxy data and the confidence in the assigned proxy.
- Dumps the disaggregated data into the database.
- Before you begin:
Please make sure you have miniforge installed on your machine
Also create the initial database. Steps to create the Database will follow soon.
-
Clone this repository:
git clone https://jugit.fz-juelich.de/iek-3/shared-code/localised/ETHOS.zoomin.git
-
Install dependencies and the repo in a clean conda environment:
cd ETHOS.zoomin mamba env create --file=requirements.yml conda activate zoomin pip install -e .
-
Run the workflow from command line:
bash run_deployment.sh
Project based on the cookiecutter data science project template. #cookiecutterdatascience