Skip to main content
Solved

Create buildings to insert them in 3DCityDB

  • February 26, 2022
  • 2 replies
  • 28 views

I have created a workspace with the help of Mr. Takashi(a person from this forum) that reads the shapefile ,creates buildings then this buildings are separated in storeys and then the storeys are separated in roof,ground and wall surfaces. All this work is attached.I want to find a way to write this information in CityGML (Lod 2).In conclusion i want a workspace that gives me a CityGML writer with the buildings.

Best answer by daveatsafe

Hi @panagiotis​,

Please try the attached workspace. It extracts the Roof, Ground and Wall surfaces based on elevation and surface normal of the faces, then writes to CityGML.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

daveatsafe
Safer
Forum|alt.badge.img+19
  • Safer
  • 1637 replies
  • Best Answer
  • March 1, 2022

Hi @panagiotis​,

Please try the attached workspace. It extracts the Roof, Ground and Wall surfaces based on elevation and surface normal of the faces, then writes to CityGML.


  • Author
  • 12 replies
  • March 2, 2022

Hi @panagiotis​,

Please try the attached workspace. It extracts the Roof, Ground and Wall surfaces based on elevation and surface normal of the faces, then writes to CityGML.

@daveatsafe​ Thank you very much!!!!