OpenLiDARViewer: A Browser-Based LiDAR and Point-Cloud Viewer
OpenLiDARViewer is a new open-source, browser-based tool designed for quickly inspecting LiDAR and point-cloud scans without the need for uploads or installations. It allows users to load scans directly from their devices, supporting various common formats while maintaining data privacy. The viewer also includes enhanced measurement tools and scan intelligence features to provide detailed insights into the data.
- ▪OpenLiDARViewer enables users to inspect LiDAR scans directly in their browser without uploading files.
- ▪The tool supports multiple point-cloud formats, including LAS, E57, and PLY.
- ▪It features advanced measurement capabilities and scan intelligence modules for detailed data analysis.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3945638) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } Alex U Posted on May 22 OpenLiDARViewer: A Browser-Based LiDAR and Point-Cloud Viewer #opensource #webgl #typescript #lidar Rendering LiDAR Scans in the Browser Without Uploading Anything Most point-cloud workflows still start the same way. Install a desktop tool. Import the scan. Wait. Inspect. Measure. Export. That workflow makes sense when you are doing serious GIS, photogrammetry, survey processing, classification, or production work.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).