Commit 1632aeed authored by Kang's avatar Kang
Browse files

Update README.md

parent c6d1bf00
# IFC → CityGML 3 with FME
Transform building models from **IFC version 2x3 / IFC version 4x3** into **CityGML v3** for integration of BIM into urban-scale simulations and smart-city development.
Focus: interoperability of Building Information Modeling (BIM) data into city scale simulations, semantic fidelity, and robust data pipelines using **FME**.
---
## Overview ## Overview
This project provides an FME-based workflow to convert BIM data (IFC) into CityGML 3.0 feature structures suitable for city-scale analytics (e.g., energy, occupancy, urban planning). It documents common interoperability challenges (geometry, semantics, CRS, level of detail) and proposes practical mitigation patterns. This project provides an FME-based workflow to convert BIM data (IFC) into CityGML 3.0 feature structures suitable for city-scale analytics (e.g., energy, occupancy, urban planning). It documents common interoperability challenges (geometry, semantics, CRS, level of detail) and proposes practical mitigation patterns.
--- ---
## Targets ## Targets
- Build reproducible **FME Workbench** workflows for IFC → CityGML v3. - Build reproducible **FME Workbench** workflows for IFC(Industry Foundation Class) → CityGML v3.
- Map core **semantics** (e.g., Building, BuildingPart, Storey, Space, Openings). - Map core **semantics** (e.g., Building, BuildingPart, Storey, Space, Openings).
- Preserve geometry/topology as much as possible (surface vs solid). - Preserve geometry/topology as much as possible (surface vs solid).
- Address CRS/georeferencing and level-of-detail (LoD) needs. - Address CRS/georeferencing and level-of-detail (LoD) needs.
- Capture **data-loss / semantic mismatch** risks and solutions.
## Acceptance Criteria ## Acceptance Criteria
- Reproducible workflow in FME - Reproducible workflow in FME (Data Integratoin Platform)
- Valid CityGML3 output - Valid CityGML3 output
- Mapping documented + limitations listed - Mapping documented + limitations listed
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment