Data Formats

Warning

This page is under construction. The content is incomplete and may contain errors.

@dag Please fix this page!

Overview

In preparation.

Supported Data Formats

In preparation.

The following table summarizes the supported input and output formats for the load_* and save_* functions.

Data type

Input formats

Output formats

PointCloud

.pb, .pb2, .las, .laz, .csv

.pb, .pb2, .las, .laz, .csv

City

.pb, .pb2, .shp, .gpkg, .geojson

.pb, .pb2, .shp, .gpkg, .geojson

Mesh

.pb, .pb2, .obj, .ply, .stl, .vtk, .vtu, .dae, .fbx

.pb, .pb2, .obj, .ply, .stl, .vtk, .vtu, .gltf, .gltf2, .glb, .dae, .fbx

To print which formats are supported by a given function, use the print_*_io functions, for example:

print_mesh_io()