Skip to content

Commit 3b66e79

Browse files
Merge pull request #250 from RWTH-EBC/issue249_citation
Add citations for pyCity #249
2 parents a9ad117 + c2cd868 commit 3b66e79

3 files changed

Lines changed: 61 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,22 @@ Jupyter notebook should open within your browser (such as Firefox). Click on one
267267
If your Pyhton path does not point at your Python installation, you have to
268268
open jupyter notebook directly, e.g. by looking for the jupyter.exe in your distribution.
269269

270+
## How to cite pyCity_base
271+
272+
+ Schiefelbein, J., Rudnick, J., Scholl, A., Remmen, P., Fuchs, M., Müller, D. (2019),
273+
Automated urban energy system modeling and thermal building simulation based on OpenStreetMap data sets,
274+
Building and Environment,
275+
Volume 149,
276+
Pages 630-639,
277+
ISSN 0360-1323
278+
[pdf](https://doi.org/10.1016/j.buildenv.2018.12.025),
279+
[bibtex](https://github.com/RWTH-EBC/pyCity/tree/master/doc/S0360132318307686.bib)
280+
281+
If you require a citation in German language:
282+
+ Schiefelbein, J. , Javadi, A. , Fuchs, M. , Müller, D. , Monti, A. and Diekerhof, M. (2017), Modellierung und Optimierung von Mischgebieten. Bauphysik, 39: 23-32. doi:10.1002/bapi.201710001
283+
[pdf](https://doi.org/10.1002/bapi.201710001),
284+
[bibtex](https://github.com/RWTH-EBC/pyCity/tree/master/doc/pericles_1437098039.bib)
285+
270286
## License
271287

272288
pyCity is released by RWTH Aachen University's E.ON Energy Research Center (E.ON ERC),

doc/S0360132318307686.bib

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
@article{SCHIEFELBEIN2019630,
2+
title = "Automated urban energy system modeling and thermal building simulation based on OpenStreetMap data sets",
3+
journal = "Building and Environment",
4+
volume = "149",
5+
pages = "630 - 639",
6+
year = "2019",
7+
issn = "0360-1323",
8+
doi = "https://doi.org/10.1016/j.buildenv.2018.12.025",
9+
url = "http://www.sciencedirect.com/science/article/pii/S0360132318307686",
10+
author = "Jan Schiefelbein and Jana Rudnick and Anna Scholl and Peter Remmen and Marcus Fuchs and Dirk Müller",
11+
keywords = "City district, Urban energy models, Geographic information systems, Data enrichment, Archetypes, Workflow automation",
12+
abstract = "City districts have a large potential to reduce greenhouse gas emissions by usage of energy efficiency measures. Urban energy models (UEM) can be useful to analyze the impact of different energy efficiency actions on city districts. While simulation of demand data with high spatial and temporal resolution is often necessary to evaluate retrofit measures, the city's complex structure and lack of data often prevents a reliable application of such methods. This paper presents an urban energy modeling approach based on open-source geographical information system (GIS) datasets to reduce input data uncertainty and simplify city district modeling. We present a method to automatically extract basic city district data from OpenStreetMap (OSM) and enrich these datasets based on national building stock statistics. Building models with representative geometries and physical properties are automatically generated based on building archetype information. These models enable thermal simulation on urban scale. The approach is demonstrated for a use case in Germany, where a reference city district model has been generated with OSM data extraction and enrichment. The reference city district model has been used to perform a space heating net energy demand uncertainty analysis. The demand values simulated with the reference model show a sufficient fit with measured consumption values. The approach provides a fast and structured methodology to model city districts and simulate space heating energy demand on urban scale."
13+
}

doc/pericles_1437098039.bib

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
2+
3+
4+
5+
6+
7+
8+
9+
10+
11+
12+
13+
14+
15+
16+
17+
18+
@article{doi:10.1002/bapi.201710001,
19+
author = {Schiefelbein, Jan and Javadi, Amir and Fuchs, Marcus and Müller, Dirk and Monti, Antonello and Diekerhof, Michael},
20+
title = {Modellierung und Optimierung von Mischgebieten},
21+
journal = {Bauphysik},
22+
volume = {39},
23+
number = {1},
24+
pages = {23-32},
25+
keywords = {Stadtquartier, Energieanlagenplanung, Wohngebäude, Nichtwohngebäude, Produktionsstätte, Referenzwohnquartier, Energiesysteme, Modelica, City district, Energy supply, Residential buildings, Non-residential buildings, Production facilities, Stadtbauphysik, Urban building physics},
26+
doi = {10.1002/bapi.201710001},
27+
url = {https://onlinelibrary.wiley.com/doi/abs/10.1002/bapi.201710001},
28+
eprint = {https://onlinelibrary.wiley.com/doi/pdf/10.1002/bapi.201710001},
29+
abstract = {Abstract Dieser Artikel befasst sich mit der Erstellung eines Planungshilfsmittels für Mischquartiere im Kontext des Projekts „EnEff:Stadt – Bottrop, Welheimer Mark”. Bei der Welheimer Mark handelt es sich um ein Mischgebiet innerhalb der InnovationCity Ruhr in Bottrop. Ziel war die energetische Optimierung des Quartiers zur Reduktion von Treibhausgasemissionen. Hierfür wurden Methoden zur Modellierung von komplexen Quartieren entwickelt und auf die Welheimer Mark angewandt. Simulierte thermische und elektrische Bedarfswerte einer Wohnsiedlung wichen um 6,4 \% von den Verbrauchswerten ab. Während für die elektrische Profilgenerierung von Nichtwohngebäuden kein hinreichendes, vereinfachtes Verfahren identifiziert wurde, wies die Methodik zur Erzeugung thermischer Lastprofile eine gute Übereinstimmung zwischen generierten und gemessenen Profilen auf. Aus einer Optimierung gingen Vorschläge für eine verbesserte Energieanlagenverteilung hervor. Bei moderaten Kostensteigerungen von 6 \% bis 11 \% wäre eine Reduktion von CO2-Emissionen um bis zu 50 \% in bestimmten Bereichen der Welheimer Mark möglich.},,
30+
year = {2017}
31+
}
32+

0 commit comments

Comments
 (0)