3D 건물을 CityGML로 내보냅니다 — 3D 도시 모델을 위한 OGC 표준입니다. LOD 1(블록 형태의 건물 모델)을 갖춘 XML 형식입니다. 도시 계획, GIS 분석, 도시 관리에 사용됩니다.
주요 기능

CityGML 형식 소개
CityGML is an OGC standard for semantic 3D city models. It differs from an ordinary 3D mesh in that a building here is not just a set of triangles but an object with meaning: it has walls, a roof, a height, a floor count and a function. That is exactly why the format took root in urban planning and city computations rather than in visualization.
A map is exported to CityGML when a 3D city is needed for analysis: calculating insolation and solar panel potential, modeling noise, assessing density and building volumes, loading into a city database. Such tasks need attributes, not a pretty picture.
The output is a single CityGML 2.0 XML file: buildings at LOD1 detail, that is, as closed volumes extruded from OSM outlines by height or floor count, with correctly oriented floor, wall and roof faces. Every building records its measured height, the number of floors and a function code derived from OSM tags. Coordinates are WGS84 (EPSG:4326) by default, and the coordinate system is stated in the file itself.
Pitched roofs, facade details and interior rooms are absent from LOD1 by definition — this is the level of boxes. More detailed models require source data that simply does not exist in OpenStreetMap.
CityGML 파일을 여는 프로그램
다음 프로그램과 애플리케이션으로 OSM2CDR에서 내보낸 CityGML (OGC 3D City Model)(.gml) 파일을 열고 편집하고 작업할 수 있습니다:
Format specifications
- Open standard
- 3D coordinates supported
- Lossless (no quality loss)
- Stores feature attributes
- Output: 1 file
- CityGML 2.0 (OGC 12-019). XML-based 3D city model standard; buildings as LOD 1 solids. Opens in FZK Viewer, FME, QGIS.
CityGML 지도 사용자
CityGML 내보내기 방법
내보낸 뒤 여는 방법
- FZK Viewer (free) — open the file and make sure the model reads and the attributes are in place; a convenient first check before loading it anywhere.
- 3DCityDB — import through the Importer/Exporter into PostgreSQL with PostGIS, after which the city is available through ordinary SQL queries.
- FME — transformation and conversion: CityGML is easily turned into CityJSON, IFC or shapefiles to match the requirements of a particular project.
- citygml-tools (free, command line) — validation of the file and conversion into CityJSON, if the receiving side expects JSON.
- QGIS and ArcGIS Pro — read CityGML for checking and for showing it together with other city layers.
CityGML 형식의 인기 지도
CityGML (OGC 3D City Model) 지도 내보내기 받기
OpenStreetMap에서 전문가용 CityGML 지도를 다운로드하세요. 즉시 생성, 모든 영역 지원.
자주 묻는 질문
관련 형식
함께 자주 내보내는 형식
Related Articles
CityGML — OGC XML Standard for 3D City Models with LOD0-LOD4 Detail Levels
CityGML is an OGC standard based on GML 3.2.1 for 3D city models: 5 detail levels (LOD0-LOD4), ADE extensions; used by B
guide3D Tiles and CityGML: OGC Standards for Smart Cities
Digital city twins using 3D Tiles and CityGML. LOD levels, Cesium visualization, and applications in urban planning and
usecaseCityJSON and Digital City Twins: From OSM to Smart City
CityJSON for 3D city models, LOD levels, BIM integration, applications in Smart City projects and urban planning.