EnergyEmissionsRegio: Spatial disaggregation of final energy consumption and emissions data from NUTS0 to LAU level.
A workflow tool that:
- Use spatial proxies from various databases, by imputing missing values if any.
- Disaggregates the energy consumption and emissions from differnt sectors based on proxy specifications.
- Evaulates confidence level of the disaggregated values
- Before you begin:
Please make sure you have mamba installed in your base environment
bash conda install mamba -c conda-forge
-
Clone this repository:
git clone https://github.com/FZJ-IEK3-VSA/EnergyEmissionsRegio.git
-
Install dependencies and the repo in a clean conda environment:
cd EnergyEmissionsRegio mamba env create -n eeregio --file=requirements.yml conda activate eeregio pip install -e .
The experiments can be found under the experiments folder.