Skip to content

Simulation model to project the global energy demand in the buildings sector

License

Notifications You must be signed in to change notification settings

pik-piam/edgebuildings

Repository files navigation

Model for the projection of global energy demand in the buildings sector

R package edgebuildings, version 0.3.1

CRAN status R build status codecov r-universe

Purpose and Functionality

The Energy Demand GEnerator projects energy demand for buildings both at the useful and final energy level. It covers the global demand and five energy services: space heating, space cooling, appliances and lighting (treated together) water heating and cooking. In a nutshell, it computes the useful energy intensity of each service in different regions, taking into account climate conditions as well as floor space demand. It then projects energy demand based on the assumption that, as developing countries grow economically, they will catch up with the energy service demand of developed countries. Further assumptions are made for the level beyond the current level of economic development (saturation or lower growth).

Installation

For installation of the most recent package version an additional repository has to be added in R:

options(repos = c(CRAN = "@CRAN@", pik = "https://rse.pik-potsdam.de/r/packages"))

The additional repository can be made available permanently by adding the line above to a file called .Rprofile stored in the home folder of your system (Sys.glob("~") in R returns the home directory).

After that the most recent version of the package can be installed using install.packages:

install.packages("edgebuildings")

Package updates can be installed using update.packages (make sure that the additional repository has been added before running that command):

update.packages()

Tutorial

The package comes with a vignette describing the basic functionality of the package and how to use it. You can load it with the following command (the package needs to be installed):

vignette("edgebuildings") # EDGE Buildings

Questions / Problems

In case of questions / problems please contact Robin Hasse [email protected].

Citation

To cite package edgebuildings in publications use:

Levesque A, Hasse R, Tockhorn H, Rosemann R, Führlich P (2024). edgebuildings: Model for the projection of global energy demand in the buildings sector. R package version 0.3.1.

A BibTeX entry for LaTeX users is

@Manual{,
 title = {edgebuildings: Model for the projection of global energy demand in the buildings sector},
 author = {Antoine Levesque and Robin Hasse and Hagen Tockhorn and Ricarda Rosemann and Pascal Führlich},
 year = {2024},
 note = {R package version 0.3.1},
}

About

Simulation model to project the global energy demand in the buildings sector

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published