CarlosBeltranVelamazan / NBEM

National-scale Building Energy Models based on Energy Performance Certificates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NBEM

Code to generate National-scale Building Energy Models based on Energy Performance Certificates.

Description:

The code in this repository is designed to generate a National-scale Urban Building Energy Model for Spain. The model includes all buildings in Spain, with georeferenced data from the INSPIRE Cadastre and alphanumeric data from the Spanish Cadastre, as well as all energy data obtained from publicly available Energy Performance Certificates (EPCs) in Spain.

Figure 1: General methodology flowchart to build a national-scale EPC-based UBEM in European countries.

Figure 2: Georeferenced buildings in Spain with their Climate zone.

The code in this repository is part of the paper “A new approach for national-scale Building Energy Models based on Energy Performance Certificates in European countries: the case of Spain”, published in Heliyon in 2023 and written by Carlos Beltran-Velamazan, Marta Monzón-Chavarrías and Belinda López-Mesa from the Built4Life Lab, University of Zaragoza (Spain), doi: https://doi.org/10.1016/j.heliyon.2024.e25473. There the methodology is explained and developed and the results obtained are shown. The article can be found in the following link https://www.sciencedirect.com/science/article/pii/S2405844024015044?via%3Dihub. If you use this tool please cite the paper: Carlos Beltrán-Velamazán, Marta Monzón-Chavarrías, Belinda López-Mesa, A new approach for national-scale Building Energy Models based on Energy Performance Certificates in European countries: The case of Spain, Heliyon, Volume 10, Issue 3, 2024, e25473, ISSN 2405-8440, https://doi.org/10.1016/j.heliyon.2024.e25473.

Project info

This tool was developed at the Built4Life Lab, research group from the University of Zaragoza-I3A, within the research project named LocalRegen, funded by the Ministry of Science and Innovation of Spain, grant number PID2019-104871RB-C21/AEI/10.13039/501100011033 and by GOBIERNO DE ARAGÓN, grant number T37_23R: Built4Life Lab. Website: http://www.localregen.net/

  • Main Contact: Belinda López-Mesa, Built4Life Lab, University of Zaragoza-I3A, 50108 Zaragoza, Spain (belinda@unizar.es)

Project Status:

Released, development ongoing. For any suggestions, questions, or inquiries about the code, its usage, or the model, please feel free to send a mail to cbeltran@unizar.es

Data input needed:

Energy Performance Certificates (EPCs), INSPIRE Cadastre files, and Alphanumeric Cadastre files. EPC data and INSPIRE Cadastre files can be downloaded automatically by the repository code, while alphanumeric cadastral data must be manually downloaded from the cadastral electronic headquarters province by province (see the notes in the main.py file for the respective sections).

How to install:

The code contains Python scripts to generate the model; no specific files need to be installed. Certain libraries such as Pandas, Geopandas, Polars, and Geopolars are required. See requirements.txt for the listing and versions.

How to use:

A script named main.py has been created to handle the entire automated process in Python for generating the national-scale Building Energy Model based on Energy Performance Certificates in European countries. The main.py script contains the parameters and a recommended configuration for generating the model. Internal scripts can be modified to obtain different results if desired.

Additional info:

The code is available under the terms of the MIT License. Permitted with proper citation: Unrestricted use, distribution, and reproduction in any medium.

Applications:

Figure 3: Flowchart of the specific methodology to build the national-scale EPC-based UBEM for the case of Spain.

Figure 4-5: Some results that can be found in the paper: 4- Number and percentage of EPCs, number and percentage of certified building units, certified area and percentage of certified area, and number and percentage of complete certified buildings, per energy class and use. 5- National-scale EPC-based UBEM showing, all the buildings in the model (7a), and, the buildings with at least one EPC (7b). Figure 6-7: Model visualization: 6- Non-renewable primary energy consumption and CO2 emissions of Spain's building stock per m2, climate zone and year of construction. 7- Buildings of the city centre of Barcelona ranked by NRPEC per square meter.

About

National-scale Building Energy Models based on Energy Performance Certificates

License:MIT License


Languages

Language:Python 100.0%