https://github.com/buildingdata/cbed-portal
Database and Platform for Building Energy in China
https://github.com/buildingdata/cbed-portal
building climate-data climate-science data-science database dataset energy-efficiency hvac platform pwa spring thermal web
Last synced: 5 months ago
JSON representation
Database and Platform for Building Energy in China
- Host: GitHub
- URL: https://github.com/buildingdata/cbed-portal
- Owner: buildingdata
- License: gpl-3.0
- Created: 2024-10-21T01:36:56.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-12-27T12:26:58.000Z (9 months ago)
- Last Synced: 2025-04-12T18:17:05.416Z (6 months ago)
- Topics: building, climate-data, climate-science, data-science, database, dataset, energy-efficiency, hvac, platform, pwa, spring, thermal, web
- Language: JavaScript
- Homepage: https://buildingdata.xauat.edu.cn/
- Size: 34.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
![]()
CBED
Database for Building Energy in China
### What is the CBED?
The database comprises five datasets. The meteorological information dataset includes temperature, humidity, wind, atmospheric pressure, and solar radiation. The building thermal design dataset includes indoor and outdoor data, such as outdoor design conditions for building thermal design and parameters for natural ventilation in summer. The HVAC design dataset also covers indoor and outdoor data, such as design conditions for HVAC and design days in winter and summer. The meteorological year dataset for building energy consumption simulation includes typical meteorological year data. The thermal comfort dataset includes indoor and outdoor environments data. Based on meteorological source data, we have developed a database for building energy, covering 1,019 cities and towns in China from 1988 to 2017, with more than 2 billion records. We have launched an application offering intuitive data presentation, user-friendly analysis tools, and highly compatible data formats to support researchers, educators, and engineering professionals in the building with data acquisition, analysis, and sharing. The application, as a platform for sharing the data for building energy, is accessible at [https://buildingdata.xauat.edu.cn/](https://buildingdata.xauat.edu.cn/).
### Repository
The database files are located in the `/sql` directory, and the open source code for the site is in the `/web` directory, which has the following directory structure.
```
/sql
/web
├── /frontend # front-end
├── /app_front # mobile-app
└── /backend # back-end
```### Installation
#### 1. Clone
Clone this repository and sql import the data tables to mysql:
```bash
git clone https://github.com/buildingdata/CBED-portal.git
```#### 2. Download dependencies
Navigate to the `/web/backend` project directory and run it:
```bash
mvn clean install
```This will download all required dependencies and compile the project.
#### 3. Run project
Run the application using the following command:
```bash
mvn spring-boot:run
```This will start the embedded server (usually Tomcat).
#### 4. View
Once the server is up, open your browser and go to:
```bash
http://localhost:8080
```### Open data
This code repository is shared for [scientific data](https://www.nature.com/sdata/).
### License
The code is available under the [GPL-3.0 license](https://github.com/buildingdata/CBED-portal/blob/master/LICENSE)