Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • 3 3D-Stadtmodelle
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Jobs
  • Commits
Collapse sidebar
  • Volker Coors
  • 3D-Stadtmodelle
  • Wiki
  • En
  • Citygml tutorial
  • chapter 2: Building

chapter 2: Building · Changes

Page history
Update chapter 2: Building authored Dec 13, 2022 by Rushikesh Padsala's avatar Rushikesh Padsala
Hide whitespace changes
Inline Side-by-side
EN/CityGML-Tutorial/chapter-2:-Building.md
View page @ 66326f02
In CityGML, a building object can be defined in different Level Of Details (LOD). For example in CityGML 2.0, a building can be defined as LoD 0,1,2,3 and 4. With an increasing level of detail, optional components such as geometric details, interior or exterior fittings, door and window openings, and interior spaces and their fittings are added. The same concept also applies to the other modules (CityObjects) of CityGML.
In CityGML, a building object can be defined in different Level Of Details (LOD). For example, in CityGML 2.0, a building can be defined as LoD 0,1,2,3 and 4. With an increasing level of detail, optional components such as geometric details, interior or exterior fittings, door and window openings, and interior spaces and their fittings are added. The same concept also applies to the other modules (CityObjects) of CityGML.
![Abb-4.5](uploads/629dfa12271f64e43e1ee6d9099e810b/Abb-4.5.png)
......@@ -8,26 +8,19 @@ In CityGML, a building object can be defined in different Level Of Details (LOD)
</div>
CityGML dataset of this simple building is available as below:
* [Simple Building_LOD0](https://transfer.hft-stuttgart.de/gitlab/coors/3d-stadtmodelle/-/blob/master/Buch-3D-Stadtmodelle/Kap-4/TWINHOUSE_LOD0.gml)
* [Simple Building_LOD1](https://transfer.hft-stuttgart.de/gitlab/coors/3d-stadtmodelle/-/blob/master/Buch-3D-Stadtmodelle/Kap-4/TWINHOUSE_LOD1.gml)
* [Simple Building_LOD2](https://transfer.hft-stuttgart.de/gitlab/coors/3d-stadtmodelle/-/blob/master/Buch-3D-Stadtmodelle/Kap-4/TWINHOUSE_LOD2.gml)
* [Simple Building_LOD3](https://transfer.hft-stuttgart.de/gitlab/coors/3d-stadtmodelle/-/blob/master/Buch-3D-Stadtmodelle/Kap-4/TWINHOUSE_LOD3.gml)
* [Simple Building_LOD4](https://transfer.hft-stuttgart.de/gitlab/coors/3d-stadtmodelle/-/blob/master/Buch-3D-Stadtmodelle/Kap-4/TWINHOUSE_LOD4.gml)
LOD0 maps the extent of the objects on the terrain surface. In the case of buildings,
a distinction is made between the floor plan or "footprint" of the building on the
ground surface and the extent from a bird's eye view, which also includes the roof
overhangs (RoofEdge). With the LOD0, the position of objects can be analyzed and
visualized without the computational effort required for rendering three-dimensional
bodies.
bodies. An example LOD0 model of a simple building can be downloaded from [here](https://transfer.hft-stuttgart.de/gitlab/coors/3d-stadtmodelle/-/blob/master/Buch-3D-Stadtmodelle/Kap-4/TWINHOUSE_LOD0.gml).
LOD1 is the level of the so-called "block model". It maps the model objects in simple
geometries without details of shape or equipment. For buildings, this is a flat roof
block. LOD1 objects can be generated from their floorplans or positions by simple
extrusion. If an aerial photo is spread over it, a realistic impression is often created.
The LOD1 model is already suitable for propagation analyzes or planning scenarios,
even if it does not yet have the accuracy and realism of a LOD2 model.
even if it does not yet have the accuracy and realism of a LOD2 model. An example LOD1 model of a simple building can be downloaded from [here](https://transfer.hft-stuttgart.de/gitlab/coors/3d-stadtmodelle/-/blob/master/Buch-3D-Stadtmodelle/Kap-4/TWINHOUSE_LOD1.gml).
In LOD2, the objects are given a form that is closer to the real world. Buildings are
given roofs, mostly using standardized roof shapes. Projections, bay windows and
......@@ -36,18 +29,18 @@ object in LOD2 is usually made up of a lot more individual interface elements. T
costs additional computing time for the visualization, which can become an obstacle
for large LOD2 models. In addition to the details of the form, the furnishing of the
objects with individual wall coverings (textures) or the assignment of material
properties come into play at this level of detail.
properties come into play at this level of detail. An example LOD2 model of a simple building can be downloaded from [here](https://transfer.hft-stuttgart.de/gitlab/coors/3d-stadtmodelle/-/blob/master/Buch-3D-Stadtmodelle/Kap-4/TWINHOUSE_LOD2.gml).
In the third level of detail, LOD3, buildings are given doors and windows and
additional equipment elements such as chimneys and antennas, balconies, external
stairs, pipes, lamps, etc. can be fitted. LOD3 models are therefore already very
realistic and well suited for the visualization of object planning in manageable
scenes.
scenes. An example LOD3 model of a simple building can be downloaded from [here](https://transfer.hft-stuttgart.de/gitlab/coors/3d-stadtmodelle/-/blob/master/Buch-3D-Stadtmodelle/Kap-4/TWINHOUSE_LOD3.gml).
The last level of detail, LOD4, now also models the interior of the building. At this level of
detail, rooms are embedded in the building and potentially furnished with equipment
elements and furniture. The LOD4 model is definitely suitable, for example, for simulating
the spread of pollutants within buildings or for planning and calculating escape routes.
the spread of pollutants within buildings or for planning and calculating escape routes. An example LOD4 model of a simple building can be downloaded from [here](https://transfer.hft-stuttgart.de/gitlab/coors/3d-stadtmodelle/-/blob/master/Buch-3D-Stadtmodelle/Kap-4/TWINHOUSE_LOD4.gml).
LOD1 and LOD2 are the most common level of details produced by users globally and used in different applications. For some applications, such as noise simulation, an abstract model or a low level of detail (LOD1) is often useful for the analysis and modelling of entire urban areas. In case of urban energy simulation in which individual buildings are simulated, LOD2 models are often used because of its geometrical detail of roof surfaces as well as the introduction of semantic properties. LOD1 and LOD2 models of various cities and districts are usually made available as [open data](https://transfer.hft-stuttgart.de/gitlab/coors/3d-stadtmodelle/-/wikis/DE/Open%20Data). In contrast, due to the high effort involved in creating LOD3 and LOD4 models are often not available for entire urban areas or at most they are available in small excerpts or individual building.
......
Clone repository
  • DE
    • Buch 3D Stadtmodelle
    • Buch 3D Stadtmodelle
      • Kap 4: Objektmodell
      • Kap 5: Digitales Geländemodell
      • Kap 6: Die Bodenbedeckung
      • Kap 7: Gebäudemodell
      • Kap 8: Vegetation
    • Konferenzen
    • Open Data
    • Vorlesung 3D Stadtmodelle
    • Vorlesung 3D Stadtmodelle
      • Kap 2.1 Teil 1 Gebäudemodell Lod 1
      • Kap 2.1 Teil 2 Gebäudemodell Lod 1 mit Attributen
      • Kap 2.2 Gebäudemodell LoD 2
      • Kap 3 ArcGIS CityEngine
      • weiteres
  • EN
    • CityGML Tutorial
View All Pages

Dies ist die Gitlab-Instanz des Transferportals der Hochschule für Technik Stuttgart. Hier geht es zurück zum Portal