This repository includes the investigation of hydrogen export quantities under the 90% rule of the European Union's Delegated Act on RFNBOs and a dashboard visualizing the main results.
With git run:
git clone https://github.com/energyLS/exportquan.gitWith conda run:
conda env create -f environment.yamlTo run the dashboard locally, run:
streamlit run app.pyOptional: To trigger the workflow and create all output graphs, use snakemake and run:
snakemake -call collect_figuresMake sure to set the option use_snakemake: True in the config/config.yaml.
You can find results as a dashboard here:
https://exportquantity.streamlit.app/
The code in this repository is licensed under the MIT License, details can be found in the file LICENCE.
Thanks to:
- fneum for his streamlit-tutorial