Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ipadjen committed Oct 2, 2024
2 parents 0bcf7cb + 07bdc1a commit ebc27a1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 11 deletions.
28 changes: 21 additions & 7 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -1,9 +1,23 @@
@article{Paden2022,
author={Paden, Ivan and Garc{\'i}a-S{\'a}nchez, Clara and Ledoux, Hugo},
title={Towards Automatic Reconstruction of 3D City Models Tailored for Urban Flow Simulations},
journal={Frontiers in Built Environment},
volume={8},
year={2022},
doi={10.3389/fbuil.2022.899332},
ISSN={2297-3362},
author = {Ivan Pa{\dj} and Clara García-Sánchez and Hugo Ledoux},
doi = {10.3389/fbuil.2022.899332},
issn = {22973362},
journal = {Frontiers in Built Environment},
keywords = {3D city modeling,automatic city reconstruction,computational fluid dynamics,geometry preparation,pre-processing,semantic surfaces},
month = {8},
publisher = {Frontiers Media S.A.},
title = {Towards automatic reconstruction of {3D} city models tailored for urban flow simulations},
volume = {8},
year = {2022},
}

@article{Paden2024,
author = {Ivan Pa{\dj}en and Ravi Peters and Clara García-Sánchez and Hugo Ledoux},
title = {Automatic high-detailed building reconstruction workflow for urban microscale simulations},
journal = {Building and Environment},
volume = {265},
pages = {111978},
year = {2024},
issn = {0360-1323},
doi = {https://doi.org/10.1016/j.buildenv.2024.111978},
}
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![build](https://img.shields.io/github/actions/workflow/status/tudelft3d/City4CFD/build.yml?branch=main&style=flat-square)](https://github.com/tudelft3d/City4CFD/actions/workflows/build.yml)
[![docs](https://img.shields.io/badge/docs-Wiki-yellow?style=flat-square)](https://github.com/tudelft3d/City4CFD/wiki)
[![GitHub license](https://img.shields.io/github/license/tudelft3d/City4CFD?style=flat-square)](https://github.com/tudelft3d/City4CFD/blob/master/LICENSE)
[![DOI:10.3389/fbuil.2022.899332](http://img.shields.io/badge/DOI-10.3389/fbuil.2022.899332-B62030.svg?style=flat-square)](https://doi.org/10.3389/fbuil.2022.899332)

![welcome_figure](/docs/images/workflow.png)

Expand All @@ -16,7 +15,7 @@ It enables us to reconstruct buildings from different sources and their combinat
- Extrusion of footprints containing height or floor number attributes,
- The import of existing building models.

The reconstruction using the combination of point clouds and 2D polygons can be done in [LoD2.2, LoD1.3, and LoD1.2](https://3d.bk.tudelft.nl/lod/). You can use the [complexity factor](need link) to tune the overall complexity of the reconstructed geometry.
The reconstruction using the combination of point clouds and 2D polygons can be done in [LoD2.2, LoD1.3, and LoD1.2](https://3d.bk.tudelft.nl/lod/). You can use the [complexity factor](https://github.com/tudelft3d/City4CFD/wiki/Features#buildings) to tune the overall complexity of the reconstructed geometry.

The resulting geometry is watertight -- buildings and surfaces are seamlessly integrated into a terrain.

Expand Down Expand Up @@ -108,9 +107,11 @@ More information on the project can be found in the documentation.
The [wiki section](https://github.com/tudelft3d/City4CFD/wiki) of this project has details on reconstruction setup and also contains information and suggestions on data preparation.

## Citation
If you use City4CFD in a scientific context, please cite the following paper:
If you use City4CFD in a scientific context, please cite the following papers:

Pađen, Ivan, García-Sánchez, Clara and Ledoux, Hugo (2022). Towards Automatic Reconstruction of 3D City Models Tailored for Urban Flow Simulations. *Frontiers in Built Environment*, 8, 2022 [[DOI](https://www.frontiersin.org/articles/10.3389/fbuil.2022.899332)][[BibTeX](https://github.com/tudelft3d/City4CFD/blob/master/CITATION.bib)]
Ivan Pađen, Clara García-Sánchez, and Hugo Ledoux (2022). Towards Automatic Reconstruction of 3D City Models Tailored for Urban Flow Simulations. *Frontiers in Built Environment*, 8, 2022 [[DOI](https://doi.org/10.3389/fbuil.2022.899332)][[BibTeX](https://github.com/tudelft3d/City4CFD/blob/master/CITATION.bib)]

Ivan Pađen, Ravi Peters, Clara García-Sánchez, and Hugo Ledoux (2024). Automatic high-detailed building reconstruction workflow for urban microscale simulations. *Building and Environment*, 265, 2024 [[DOI](https://doi.org/10.1016/j.buildenv.2024.111978)][[BibTeX](https://github.com/tudelft3d/City4CFD/blob/master/CITATION.bib)]

## Acknowledgements
We would like to acknowledge the authors of the supporting libraries we use in this project:
Expand Down

0 comments on commit ebc27a1

Please sign in to comment.