A module to create disaggregated energy demand of European industries at any resolution.
A modular snakemake workflow built for clio data modules.
Important
This module is still in active development!
This module can be imported directly into any snakemake workflow.
Please consult the integration example in tests/integration/Snakefile for more information.
We use pixi as our package manager for development.
Once installed, run the following to clone this repo and install all dependencies.
git clone git@github.com:calliope-project/module_euro_industry.git
cd module_euro_industry
pixi install --allFor testing, simply run:
pixi run test-integrationTo view the documentation locally, use:
pixi run serve-docsTo test a minimal example of a workflow using this module:
pixi shell # activate this project's environment
cd tests/integration/ # navigate to the integration example
snakemake --use-conda --cores 2 # run the workflow!