edgebuildings

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

https://github.com/pik-piam/edgebuildings

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.2%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

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

Basic Info
  • Host: GitHub
  • Owner: pik-piam
  • License: agpl-3.0
  • Language: R
  • Default Branch: main
  • Size: 288 KB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 5
  • Open Issues: 13
  • Releases: 0
Created over 1 year ago · Last pushed 8 months ago
Metadata Files
Readme License Citation

README.md

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

R package edgebuildings, version 0.4.8

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:

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:

r install.packages("edgebuildings")

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

r 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):

r vignette("edgebuildings") # EDGE Buildings

Questions / Problems

In case of questions / problems please contact Robin Hasse robin.hasse@pik-potsdam.de.

Citation

To cite package edgebuildings in publications use:

Levesque A, Hasse R, Tockhorn H, Rosemann R, Führlich P (2025). "edgebuildings: Model for the projection of global energy demand in the buildings sector - Version 0.4.8."

A BibTeX entry for LaTeX users is

latex @Misc{, title = {edgebuildings: Model for the projection of global energy demand in the buildings sector - Version 0.4.8}, author = {Antoine Levesque and Robin Hasse and Hagen Tockhorn and Ricarda Rosemann and Pascal Führlich}, date = {2025-05-26}, year = {2025}, }

Owner

  • Name: Potsdam Integrated Assessment Modelling (PIAM)
  • Login: pik-piam
  • Kind: organization
  • Location: Potsdam Institute for Climate Impact Research (PIK), Germany

Tools developed for use with data and models related to PIK's research.

Citation (CITATION.cff)

cff-version: 1.2.0
message: If you use this software, please cite it using the metadata from this file.
type: software
title: 'edgebuildings: Model for the projection of global energy demand in the buildings
  sector'
version: 0.4.8
date-released: '2025-05-26'
abstract: '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).'
authors:
- family-names: Levesque
  given-names: Antoine
- family-names: Hasse
  given-names: Robin
  email: robin.hasse@pik-potsdam.de
  orcid: https://orcid.org/0000-0003-1818-3186
- family-names: Tockhorn
  given-names: Hagen
  email: hagento@pik-potsdam.de
- family-names: Rosemann
  given-names: Ricarda
  email: ricarda.rosemann@pik-potsdam.de
  orcid: https://orcid.org/0009-0006-5939-3197
- family-names: Führlich
  given-names: Pascal
  email: pascal.fuehrlich@pik-potsdam.de
license: AGPL (>= 3)

GitHub Events

Total
  • Issues event: 15
  • Watch event: 1
  • Issue comment event: 39
  • Push event: 18
  • Pull request review comment event: 73
  • Pull request review event: 85
  • Pull request event: 37
  • Fork event: 5
Last Year
  • Issues event: 15
  • Watch event: 1
  • Issue comment event: 39
  • Push event: 18
  • Pull request review comment event: 73
  • Pull request review event: 85
  • Pull request event: 37
  • Fork event: 5

Issues and Pull Requests

Last synced: 7 months ago

All Time
  • Total issues: 5
  • Total pull requests: 13
  • Average time to close issues: 3 months
  • Average time to close pull requests: 12 days
  • Total issue authors: 3
  • Total pull request authors: 4
  • Average comments per issue: 0.0
  • Average comments per pull request: 1.0
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 5
  • Pull requests: 13
  • Average time to close issues: 3 months
  • Average time to close pull requests: 12 days
  • Issue authors: 3
  • Pull request authors: 4
  • Average comments per issue: 0.0
  • Average comments per pull request: 1.0
  • Merged pull requests: 11
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • ricardarosemann (6)
  • robinhasse (4)
  • hagento (2)
Pull Request Authors
  • ricardarosemann (11)
  • hagento (3)
  • robinhasse (2)
  • johanneskoch94 (1)
Top Labels
Issue Labels
invalid (1)
Pull Request Labels
enhancement (1)

Dependencies

.github/workflows/check.yaml actions
  • actions/checkout v4 composite
  • actions/setup-python v5 composite
  • r-lib/actions/setup-pandoc v2 composite
  • r-lib/actions/setup-r v2 composite
  • r-lib/actions/setup-r-dependencies v2 composite
DESCRIPTION cran
  • R >= 3.5.0 depends
  • RColorBrewer * imports
  • data.table * imports
  • devtools * imports
  • dplyr * imports
  • ggplot2 * imports
  • ggpubr * imports
  • gms * imports
  • grDevices * imports
  • lazyeval * imports
  • madrat * imports
  • piamutils * imports
  • pkgload * imports
  • purrr * imports
  • quitte * imports
  • stats * imports
  • stringr * imports
  • targets * imports
  • tidyr * imports
  • utils * imports
  • yaml * imports
  • zoo * imports
  • knitr * suggests
  • rmarkdown * suggests
  • rprojroot * suggests
  • visNetwork * suggests
  • xmpdf * suggests