Skip to content

cloudcalvin/ifc2citygml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ifc2citygml

Automatic conversion of IFC models v2x3 to CityGML LOD3 (but LOD2 and LOD4 are possible too).

Description of what can be done with this code is in the MSc thesis of Sjors Donkers entitled Automatic generation of CityGML LoD3 building models from IFC models.

Code

The code is split in 2 parts:

  1. ifc2off: converts the relevant geometries in an IFC file to a set of polygons in an OFF file. Dependencies: IfcOpenShell and OpenCascade.
  2. off2cityml: converts the OFF file to a valid LOD3 CityGML file. Dependencies: CGAL

About

Automatic conversion of IFC models 2x3 to CityGML LOD 1/2/3/4

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.6%
  • C 0.4%