Potree Point Cloud Viewer Example

← Back to Examples

Potree Point Cloud Visualization

Potree is a WebGL-based point cloud renderer for large-scale LiDAR datasets.

To use Potree, you need to provide a point cloud dataset in Potree format (converted from LAS/LAZ using PotreeConverter).

viewer = PotreeViewer(point_budget=1000000, edl_enabled=True)
viewer.load_point_cloud("path/to/cloud.js", name="lidar_data")
viewer.set_point_size(1.5)

Learn more at potree.github.io

Viewer Settings

Viewer Info

Point Budget: 1,000,000

Point Size: 1.0

EDL Enabled: Yes