From 9fa2eb057866c3707bdafbb1d3f941df867a704f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Pa=C4=91en?= <49401914+ipadjen@users.noreply.github.com> Date: Tue, 27 Aug 2024 10:19:55 +0200 Subject: [PATCH 1/3] Add lod2 paper --- CITATION.bib | 28 +++++++++++++++++++++------- README.md | 7 ++++--- 2 files changed, 25 insertions(+), 10 deletions(-) diff --git a/CITATION.bib b/CITATION.bib index 7ec1655d..7c3a59d6 100644 --- a/CITATION.bib +++ b/CITATION.bib @@ -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}, } diff --git a/README.md b/README.md index 2569eb9b..8870dffe 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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: From 556822ca2b9a03dbe0a0975ea9845db71005435d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Pa=C4=91en?= <49401914+ipadjen@users.noreply.github.com> Date: Wed, 18 Sep 2024 09:48:51 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8870dffe..60cbafd2 100644 --- a/README.md +++ b/README.md @@ -15,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. From 07bdc1a00e54745996973ce7dc86ebe3e28e2bfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivan=20Pa=C4=91en?= <49401914+ipadjen@users.noreply.github.com> Date: Tue, 27 Aug 2024 10:33:47 +0200 Subject: [PATCH 3/3] Formatting --- CITATION.bib | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/CITATION.bib b/CITATION.bib index 7c3a59d6..9d046929 100644 --- a/CITATION.bib +++ b/CITATION.bib @@ -1,23 +1,23 @@ @article{Paden2022, - 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}, + 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}, + 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}, }