forked from pik-piam/edgebuildings
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
63 lines (63 loc) · 1.95 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
Package: edgebuildings
Title: Model for the projection of global energy demand in the buildings sector
Version: 0.3.3
Authors@R: c(
person(given = "Antoine", family = "Levesque",
role = c("aut")),
person(given = "Robin", family = "Hasse",
role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0003-1818-3186")),
person(given = "Hagen", family = "Tockhorn",
role = c("aut"), email = "[email protected]"),
person(given = "Ricarda", family = "Rosemann",
role = "aut", email = "[email protected]",
comment = c(ORCID = "0009-0006-5939-3197")),
person(given = "Pascal", family = "Führlich",
role = c("aut"), email = "[email protected]")
)
Description:
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).
License: AGPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends: R (>= 3.5.0)
Imports:
data.table,
devtools,
dplyr,
ggplot2,
ggpubr,
grDevices,
gms,
lazyeval,
madrat,
piamutils,
pkgload,
purrr,
quitte,
RColorBrewer,
stats,
stringr,
targets,
tidyr,
utils,
yaml,
zoo
Suggests:
visNetwork,
knitr,
rmarkdown,
rprojroot,
xmpdf
Date: 2024-11-18
VignetteBuilder: knitr