Skip to content

The JERICHO-E-usage dataset including code for compilation. The dataset includes time series of useful energy consumption patterns for energy system modeling. The time series data covers 38 NUTS2 regions in germany and has an hourly resolution. The dataset distinguished between four sectors - the residential, the industrial, the commerce, and th…

License

Notifications You must be signed in to change notification settings

JinghaoW/JERICHO-E-usage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JERICHO-E-usage data package

The JERICHO-E-usage dataset including code for compilation. The dataset includes time series of useful energy consumption patterns for energy system modeling. The time series data covers 38 NUTS2 regions in germany and has an hourly resolution. The dataset distinguished between four sectors - the residential, the industrial, the commerce, and the mobility sectors. Useful energy types comprise space heating, warm water, process heating, space cooling, process cooling, mechanical energy, information and communication technology, and lighting.

See for a detailed description of the data and the underlying methodology.

Usage Instructions

Install environment

The most convenient way to use this notebook is to use a conda environment:

  1. Install conda: https://docs.conda.io/projects/conda/en/latest/user-guide/install/
  2. Download the Git repository
  3. Create the environment using the environment.yml file provided in the Git reposity by executing the following command in the Git repository:
    • conda env create -f environment.yml
  4. Activate the environment by executing the following command:
    • conda activate JERICHO-E-usage
  5. Start Jupyter Notebook by executing the following command in the Git repository
    • jupyter notebook

Run scripts

For easy use of the scripts we have added a Jupyter Notebook with further instructions on the workflow.

License

This repository is published under the MIT License.

About

The JERICHO-E-usage dataset including code for compilation. The dataset includes time series of useful energy consumption patterns for energy system modeling. The time series data covers 38 NUTS2 regions in germany and has an hourly resolution. The dataset distinguished between four sectors - the residential, the industrial, the commerce, and th…

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 88.1%
  • Jupyter Notebook 11.9%