A collection of notebooks using EnergyPlus (E+), eppy and docker to automate E+ archetype creation. Utilization of a conda environment from within a docker container.
Produces energy, electricity, heat and peak electricity demands at a small-area and postcode level at both commercial and residential sectors for Dublin, Ireland.
-
Install
docker -
Clone this repository
git clone https://github.com/codema-dev/dublin-energy-model-
Install VSCode
-
Install the
Remote - Containersextension. -
Run
Remote-Containers: Open Workspace in Container...
If you are on Windows; download Windows Subsystem for Linux to run the commands in a *nix shell
- Run:
cd dublin-energy-model
docker build -t dem -f=./Dockerfile .
docker run --rm -it -v=$(pwd):/DEM/ --workdir=/DEM/ dem