-
Notifications
You must be signed in to change notification settings - Fork 10
[Tutorial] Conversion of point cloud data to 3D tiles
This tutorial shows how to convert a point cloud in LAS format (.las file) to 3D Tiles.
See the Prerequisites section before starting this tutorial.
Create a point cloud in 3D Tiles format given as input data the 1916_processed.las
file.
The workflow graph is presented below, highlighting steps and tools:
graph LR;
data{static/data/}-->las("Point Cloud (.las)")-->py3dtiles-->3d_point_cloud((3DTiles))-->tilesets{static/tilesets/};
Select 1916_processed (.las)
from input data section
then click the Create a data sample for preview
button, now the preview shows the color of the raster image applied to the processed point cloud data.
Retrieve metadata information by clicking on the Get projection
button, the EPSG:26985
authority code will be used after in the tiling process.
Generate 3D Tiles by clicking on the Create tileset
button using following properties:
- Add the projection authority number
26985
in the CRS number field - Add a geometric error scale factor of
0.15
Preview of generated 3D Tiles in Cesium.js by clicking on the Tileset preview
button in the feedback box
The generated tileset can be found inside the static/tilesets
directory in the sub-folder named 1916_processed
.