Skip to content

Commit

Permalink
Merge pull request #47 from master-csmi/4-write-initial-report
Browse files Browse the repository at this point in the history
4 write initial report
  • Loading branch information
giuliocrp authored Mar 19, 2024
2 parents 4af624e + a6aa7be commit 3c35170
Show file tree
Hide file tree
Showing 4 changed files with 81 additions and 36 deletions.
21 changes: 21 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
= Urban Vegetation Modeling Tool

== Overview

This project focuses on the development of a tool for incorporating vegetation into 3D urban models. Leveraging data from sources such as OpenStreetMap and Mapbox, our goal is to create a realistic representation of trees within the model. Trees significantly impact air and ground temperatures, as well as building energy consumption through shade and wind protection.

== Features

* Integration of vegetation data into 3D urban models
* Realistic representation of trees, including shape, size, location, and density
* Consideration of vegetation's impact on air and ground temperatures, as well as building energy consumption
* Efficient and scalable method suitable for large urban areas

== Getting Started

== Usage

== Contributors

* https://github.com/GiulioCrp[GiulioCrp]
* https://github.com/PA-Senger[PA-Senger]
5 changes: 0 additions & 5 deletions README.md

This file was deleted.

11 changes: 5 additions & 6 deletions references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
% Description: Bibliographic references for ExaMA WP1 - Vegetation Project
@article{verdie2015lod,
author = {Yannick Verdie, Florent Lafarge, Pierre Alliez},
author = {Yannick Verdie and Florent Lafarge and Pierre Alliez},
title = {{LOD Generation for Urban Scenes}},
journal = {ACM Transactions on Graphics},
volume = {34},
Expand All @@ -26,9 +26,8 @@ @article{verdie2014detecting
note = {hal-00843022, HAL Id: hal-00843022, Submitted on 10 Jul 2013}
}


@article{stava2014inverse,
author = {O. Stava, S. Pirk, J. Kratt, B. Chen, R. Me\v{c}h, O. Deussen, B. Benes},
author = {O. Stava and S. Pirk and J. Kratt and B. Chen and R. Me\v{c}h and O. Deussen and B. Benes},
title = {{Inverse Procedural Modeling of Trees}},
journal = {Preprint},
year = {2014},
Expand All @@ -38,20 +37,20 @@ @article{stava2014inverse
@misc{benes-vegetation,
author = {Bedrich Benes},
title = {Computational Vegetation},
howpublished = {https://cs.purdue.edu/homes/bbenes/vegetation/},
howpublished = {\url{https://cs.purdue.edu/homes/bbenes/vegetation/}},
note = {{Accessed on 2024-03-15}}
}

@misc{cgal-docs,
author = {{CGAL Development Team}},
title = {{CGAL User and Reference Manual}},
howpublished = {{https://doc.cgal.org/latest/Manual/index.html}},
howpublished = {\url{https://doc.cgal.org/latest/Manual/index.html}},
note = {{Accessed on 2024-03-15}}
}

@misc{overpass-Guide,
author = {{OpenStreetMap Contributors}},
title = {{Overpass Tutorial}},
howpublished = {{https://wiki.openstreetmap.org/wiki/Overpass_API/Language_Guide}},
howpublished = {\url{https://wiki.openstreetmap.org/wiki/Overpass_API/Language_Guide}},
note = {{Accessed on 2024-03-15}}
}
80 changes: 55 additions & 25 deletions report.tex
Original file line number Diff line number Diff line change
@@ -1,45 +1,75 @@
\documentclass[11pt]{article}
\documentclass[12pt]{article}

\usepackage{amsmath}
\usepackage{hyperref}
\usepackage{graphicx}

\begin{document}


\begin{titlepage}
\centering
\includegraphics[width=1\textwidth]{images/logo_Uni.png}\par\vspace{1cm}
{\scshape\Large Report WP1 - Vegetation \par}
\vspace{1cm}
{\scshape\large Giulio CARPI LAPI, Pierre-Antoine SENGER\par}
\vspace{1cm}
{\large \today\par}
\includegraphics[width=0.5\textwidth]{images/logo_ufr.png}\par\vspace{1cm}
\vspace{1.5cm}
{\huge\bfseries ExaMA WP1 - Vegetation\par}
\vspace{2cm}
{\Large Giulio Carpi Lapi, Pierre-Antoine Senger\par}
\vfill
supervised by\par
Pierre Alliez and Vincent Chabannes

\vfill

% Bottom of the page
{\large Date: \today\par}
\end{titlepage}

\tableofcontents % Table of Contents

\newpage % Start a new page after the TOC
\tableofcontents
\newpage

\section{Abstract}
The abstract is a brief summary of your entire academic project report.
It typically provides an overview of the main objectives, methodology,
results, and conclusions of your research or project.
The purpose of the abstract is to give readers a quick understanding
of the key points of your work without having to read the entire document.
Key elements typically included in an abstract are:
Objective: A statement of the main purpose or objective of the project.
Methodology: A brief description of the methods or approaches
used to conduct the research or project.
Results: A summary of the main findings or outcomes of the project.
Conclusion: A brief statement of the implications or significance of the results.
The abstract is usually placed at the beginning of the report,
before the introduction, and should be concise, clear, and informative.
It helps readers decide whether they want to read the full report
by providing them with a preview of its content.

\section{Introduction}
A team of researchers is currently developing a tool for building
a 3D geometric model of an urban area (neighborhood, city, etc.).
This representation enables them to create
a thermal and energy simulation model.
For the moment, they can reconstruct the geometry of buildings and land
using information available in online databases such as OpenStreetMap, Mapbox, etc.
Vegetation (trees in particular) can have a significant impact on the model.
A tree can influence the temperature of the air, the ground, and the buildings.
It can also affect the energy consumption of buildings by providing shade or wind protection.
The goal of this project is to develop a method for adding vegetation to the 3D model.
The method should be able to create a realistic representation of the vegetation,
including the shape and size of the trees, their location, and their density.
The method should also be efficient and scalable to handle large urban areas.


A team of researchers is currently developing a tool for building a 3D geometric model of an urban area (neighborhood, city, etc.).
This representation then enables them to create a digital thermal and energy simulation model of an urban area.
For the moment, they can reconstruct the geometry of buildings and land using information available in online databases such as OpenStreetMap, Mapbox, etc.
Vegetation (trees in particular) can have a significant influence on the model. We need to create these objects in the 3D model.
\section{Literature Review}

\section{Roadmap}
\begin{itemize}
\item
\end{itemize}
\section{Methodology}

\begin{thebibliography}{9}
\bibitem{osm-wiki} \url{https://wiki.openstreetmap.org/wiki/Overpass_API}
\bibitem{osm-queries} \url{https://osm-queries.ldodds.com/tutorial}
\bibitem{osm-learnoverpass} \url{https://osmlab.github.io/learnoverpass//en/}
\bibitem{hal-openscience} \url{https://inria.hal.science/file/index/docid/843022/filename/IJCV.pdf}
\section{Results}

\end{thebibliography}
\section{Conclusion}

\section{References}
\nocite{*}
\bibliographystyle{plain}
\bibliography{references}

\end{document}

0 comments on commit 3c35170

Please sign in to comment.