Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • C citygml-energy
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 29
    • Issues 29
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • energyade
  • citygml-energy
  • Issues
  • #155
Closed
Open
Issue created May 14, 2019 by Joachim Benner@JoachimBennerMaintainer

Modelling of partly touching buildings

Especially in densly populated city centers, it often occurs that neighboring buildings partly or fully touch each other. In this case, the building's energetic behavior significantly differs from a free-standing building. Unfortunately, CityGML completely lacks a concept for "shared walls/roofs", and existing CityGML building models therefore do not represent closed building structures correcty. A single CityGML Building object is always bounded by exterior BoundarySurfaces (WallSurface, RoofSurface, GroundSurface).

In the Energy ADE, a ThermalBoundary object can be specified as "sharedWall". In reality, often only a part of a wall or roof surface is shared with a neighboring building, and the remaining part is facing the outside air. Thus, for transforming CityGML BoundarySurface into Energy ADE ThermalBoundary objects, a separation of the BoundarySurface geometry is needed, which is a time consuming and error-prone process. In most cases, it is much faster and much more robust only to calculate the size of the shared area. It is therefore proposed to add a numeric attribute to ThermalBoundary to either specify the absolute sharedAreaSize (type Area), or the ratio of shared area to total BoundarySurface area (sharedAreaRatio, type Scale).

ThermalBoundary

Edited Oct 08, 2019 by Joachim Benner
Assignee
Assign to
Time tracking