使用BIM数据与城市模型
Article

使用BIM数据与城市模型

探索机会和挑战

An increasing number of cities are creating 3D city models to support visualization and simulations in the urban planning process. The 3D city models are often extended with planned buildings. One way to facilitate this is to add simplified building information modelling (BIM) models of the planned buildings to the 3D city model. This article summarizes some of the recent academic and industrial studies of this topic.

There are several commercial and open-source tools for integrating BIM data into 3D city models (Figure 1). The integration is complicated, as it requires transformation between different information models (ontologies), e.g. between the open BIM format Industry Foundation Classes (IFC) and the open 3D city model format CityGML. The transformation of geometries is also challenging and includes a conversion from solid modelling (used in BIM) to boundary representations (used in city models).

In 2019, a GeoBIM benchmark was launched to study the interoperability in the GeoBIM domain, where GeoBIM stands for an integration between city models and BIM. The benchmark – which was coordinated by the 3D Geoinformation Group at TU Delft, the Netherlands – focused on the interoperability of tools implementing the CityGML and IFC standards, as well as on tools for conversion between the standards. For the latter, some extract, transform & load (ETL) scripts (mainly from Safe Software) were evaluated, and several software tools were tested on four datasets. One conclusion drawn is the problem that IFC files are modelled in different and incompatible manners in terms of the IFC elements that are used and their structure. This makes it challenging to write generic programs to convert IFC data to proper CityGML models. In addition, most IFC elements in the benchmark were translated into generic CityGML objects, which in practice would require manual inspection and modification. To tackle these challenges, the architecture, engineering and construction (AEC) domain needs to reach consensus on the standards and guidelines concerning how to model IFC models (such work has been conducted at national level in several countries). More efforts are also required to standardize the city models. Note that the latest version of CityGML (3.0, which was approved at conceptual level in September 2021) introduces some concepts to improve its interoperability with IFC.

图1:由FME脚本简化的BIM模型,并在Online ArcGIS中导入到城市模型中。(图片提供:赫尔辛堡市)

Extracting building geometries from BIM data to update 3D city models

竣工BIM模型可以作为一个替代选择to on-site surveying to update 3D city models. In one case study to evaluate the geometric aspects of this process, the first step was to formulate new measuring guidelines (for several levels of detail) for the building theme in a 3D city model. The guidelines were based on several Swedish guidelines for geometric representations on data exchange, documents from the German SIG3D project, and a number of research papers. Since the guidelines are detailed and lengthy, it was decided to only include one example rule here, stating when to divide a building into building parts or building installations: “The parts of the building that differ due to physical aspect should be modelled as separate building parts or building installations if any side of the parts is longer than 2m or the area of the part is larger than 2m2,或屋顶高度的差异超过2m。

The measuring guidelines were used to extract geometric information of three buildings, including the educational building at KTH, Stockholm (Figure 2). Two people performed the geometric information extraction in parallel. The first person utilized 2D building footprints and airborne laser scanning (ALS) point clouds (point density: 12 points/m2). This input data was modelled using standard ALS methods and ETL tools to generate the geometric models. The second person used BIM as input data to other ETL processes to generate the models.

图2:KTH教育大楼(左)和BIM模型(右)。(图片提供:斯德哥尔摩市和克里斯滕森&Co Architects

The resulting building models for the KTH building are shown in Figure 3. The relative geometric differences between the models are marginal, with RMS values in the size of a few decimetres in the horizontal plane and around one decimetre in the vertical dimension. Since the BIM models were not georeferenced, the absolute geometric differences could not be evaluated. One apparent difference between the generated models is that the model created from BIM data includes a greenhouse on the terrace. This greenhouse is not included in the model from ALS/footprint data, as the greenhouse is made of glass which results in a low number of points in the ALS data. Neither of the models represented the roof overhang at the entrance. ALS data is not capable of identifying such an overhang, and the person using BIM data lacked instructions in the measurement guidelines about how to handle roof overhangs.

该研究证实,BIM模型可能有可能用于更新新建筑物的城市模型。学到的主要教训是需要良好的测量准则,以允许使用多个数据源。

Figure 3: Resulting models of the KTH educational building based on ALS data and the 2D footprint (left) and BIM data (right).

请求查询级别的BIM数据

在先前的研究中,BIM数据被转换为CityGML并集成到3D City模型中。另一种方法是将BIM数据和城市模型保存在单独的数据存储库中,然后创建一个常见的查询接口。通过这种方式,应用程序可以利用两个数据源。查询级别的集成要求3D城市模型和BIM数据的信息模型相互联系。实现此目的的一个合理解决方案是从两个数据源创建一个知识图(链接数据),在该数据源中,相应的本体学是对齐的。知识图越来越多地用于打破各个领域的数据孤岛,但仅在Geobim中被稀疏地利用,部分原因是在知识图中处理几何形状的困难。但是,正在进行的工作定义3D城市模型的本体论,例如基于CityGML数据模式以及BIM域中的本体论,例如Ifcowl和Bot。

太阳能社区模拟是一个应用程序that requires both city models and BIM data. The modelled incoming solar radiation is used to estimate the indoor daylight comfort and also energy savings. Solar neighbourhood simulations require simplified building geometries that can be retrieved from city models, as well as window information, which is seldom presented in city models but can be extracted from BIM models. In order to evaluate the applicability of the knowledge graph approach, a case study was conducted with one building available as IFC model and converted to CityGML. Data from both sources was transformed into knowledge graphs based on their respective ontologies (CityGML and ifcOWL/BOT) and linked to the building instances using a commonly used vocabulary (Figure 4). The knowledge graphs were stored in an RDF store. The query interface partially utilized the OGC standard GeoSPARQL – an extension of the query language SPARQL. The system architecture enabled queries such as finding the total window area of the building and extracting the geometries of all the windows in the building.

Figure 4: System architecture of IFC and CityGML data integration in knowledge graphs.

Several challenges remain before a common query interface to knowledge graphs can be used in a production environment. The ontologies have to be further developed and they should be interoperable and well aligned. This is one important theme of an ongoing cooperation between OGC (from the geospatial side) and BuildingSMART (from the BIM side). On the data level, there is a coordination challenge of defining responsibilities and practices in setting common IDs and handling them through the life cycle. From a technical perspective, it is challenging to develop efficient RDF stores for querying and storing the geometries of 3D data. Finally, from an end-user perspective, the support of knowledge graph (RDF) data from relevant programs is a prerequisite, i.e. they should ideally implement a SPARQL interface. Despite these challenges, the authors believe that the knowledge graph approach has great potential in GeoBIM.

Conclusions

This article has discussed the opportunities and challenges associated with utilizing BIM data together with city models. Experience has shown a large potential for utilizing BIM data in several applications to update and enrich city models. However, the technical solutions should be guided by a comprehensive understanding of the target applications.

Further reading

Noardo, F., Harrie, L., Arroyo Ohori, K., Biljecki, F., Ellul, C., Krijnen, T., Eriksson, H., Guler, D., Hintz, D., Jadidi, M.A., Pla, M., Sanchez, S., Soini, V.-P., Stouffs, R., Tekavec, J., and Stoter, J., 2020. Tools for BIM-GIS Integration (IFC Georeferencing and Conversions): Results from the GeoBIM Benchmark 2019.ISPRS Int. J. Geo-Inf.,9,502。https://doi.org/10.3390/ijgi9090502

Sun J., Olsson P.-O. Eriksson H., and Harrie L., 2019. Evaluating the Geometric Aspects of Integrating BIM Data into City Models.Journal of Spatial Science. https://doi.org/10.1080/14498596.2019.1636722

Huang, W.,OlssonP. O.,KantersJ. and Harrie L., 2020. Reconciling city models with BIM in knowledge graphs: a feasibility study of data integration for solar energy simulation.ISPRS Annals of Photogrammetry, Remote Sensing and Spatial Information Sciences.4/W1 Ed。哥白尼出版物,第1卷。6. p。93-99。

Make your inbox more interesting.Add some geo.

Keep abreast of news, developments and technological advancement in the geomatics industry.

Sign up for free

Keep abreast of developments in the geospatial industry

我们鼓励您订阅我们的每周新闻通讯。订户还将收到我们双月杂志的数字副本。

Latest Articles

Baidu