COLLADA / DAE (Digital Asset Exchange)
Feb 27,2026

GISBox is a one-stop 3D GIS data editing, conversion and publishing platform that supports editing in multiple GIS formats such as OSGB/GEOTIFF/RVT, converting to 3DTiles/Terrain and publishing.

Introduction

COLLADA / DAE is an open standard 3D data format designed for the exchange of 3D models and digital assets. Managed by the Khronos Group, it is XML-based and can describe 3D geometry, materials, textures, animations, scene structures, and more. It is widely used as a "neutral exchange format" enabling data interoperability between different software applications in game engines, 3D CG production tools, BIM, and the 3D GIS field.

File Structure

COLLADA / DAE is a text format based on an XML structure, hierarchically describing the various elements that constitute a 3D scene. Its main components are as follows:

  • Geometry: Stores vertex coordinates, normals, texture coordinates, etc., defining the polygonal mesh shape.
  • Material & Shader Information: Describes attributes related to visual representation, such as color, reflection properties, and texture references.
  • Scene Graph: Defines hierarchical relationships between objects, positions, rotations, scales, etc., through a node structure.
  • Animation Data: Stores data necessary for dynamic representation, including keyframes, transform operations, and skinning information.
  • External Resource References: Can include links to texture images or external models, enabling complex asset management.

Pros

  1. High Interoperability: As an open standard, it is supported by many 3D modeling tools (Blender, Maya, 3ds Max) and GIS/game engines, functioning as a neutral format for data exchange.
  2. Readability Due to XML Base: Being a text format, it is easy for both humans and programs to parse and edit, and it flexibly accommodates metadata extensions.
  3. Rich 3D Representation Capabilities: It can integrally describe not only geometry but also materials, animations, and scene structures, making it suitable for visualizing city models and infrastructure in 3D GIS.
  4. Long-Term Stability as an Open Standard: Independent of specific vendors, ensuring format sustainability for long-term archiving or research purposes.

Cons

  1. Tendency for Large File Sizes: Due to its XML text format, data volume increases compared to equivalent binary formats (such as glTF or FBX).
  2. Loading Performance Constraints: Parsing costs are high, leading to increased load times and memory usage for large-scale 3D scenes.
  3. Divergence from Modern Workflows: In recent years, glTF, optimized for lightweight and real-time delivery, has become mainstream, while COLLADA usage tends to be limited to exchange purposes.
  4. Lack of Dedicated GIS Extensions: It lacks standard methods for describing Coordinate Reference Systems (CRS) or geographic attribute information, requiring integration with external metadata when used in 3D GIS.

Application Scenario

COLLADA / DAE is widely used as a data exchange format between different 3D modeling tools, suitable for the neutral transfer of city 3D models, architectural design models, and infrastructure visualization data. In the 3D GIS field, it is used for model conversion from BIM to GIS, urban landscape simulation, and digital twin construction, serving as a bridge in design, visualization, and analysis workflows. Furthermore, in academic research and digital archiving, it is utilized as a standard format suitable for long-term preservation.

Example

1. Convert DAE files to other formats.


2. COLLADA DAE file.

File Opening Mode

1. DAE files are transparent when imported into 3ds Max.

Related GIS Services

Web Coverage Service (WCS)

Web Feature Service(WFS)

Web Map Tile Service (WMTS)

Tile Map Service (TMS)

References

  1. https://en.wikipedia.org/wiki/COLLADA
  2. https://www.bluemarblegeo.com/knowledgebase/global-mapper/Formats/Collada_(DAE).htm
  3. https://docs.marmoset.co/docs/collada/