cs2bim
Introduction
The service cs2bim transforms GIS-based cadastral survey (CS) data to IFC instances. The service offers sophisticated options for data model transformation between GIS and IFC, and it provides various methods for geometric conversions, particularly from 2D to 3D.
The service contains the following major components:
- Reading 2D GIS feature types and systematically converting them to IFC entities, supporting key concept templates of IFC.
- Processing of the terrain model to create the resulting 3D surfaces with geometric projection methods.
- Processing of CityGML data (buildings) to convert it to IFC entities.
- Processing of 2.5D utility network data to convert it to IFC entities with geometric extrusion methods.
- Exporting of the objects to IFC format using the IfcOpenShell component.
- API access
To run the service, a ready-to-use Docker-based setup is provided.
These pages describe the technical aspects and configurations of the application, as well as the concepts required and used for it.
The source code is available on github
Project
This application was originally developed as part of the cs2bim project. The project has been launched by the Conference of Cantonal Geoinformation and Cadastral Offices (KGK) as Cadastral Surveying Data to Building Information Modeling (CS2BIM). The Institute of Virtual Design and Construction and the Institute of Geomatics at the University of Applied Sciences Northwestern Switzerland (FHNW) have developed the service based on open source libraries.
