Drop a LAS scan → Cesium 3D Tiles, no upload.
Cesium ion wants you to upload customer data. This runs the entire LAS → octree → pnts pipeline in your browser. The data never leaves your machine. Same for GeoTIFF → quantized-mesh terrain and GLB → b3dm tiles.
.las / .tif / .glb file into the frame| Cesium ion (SaaS) | Desktop tools | wasm-spatial-core | |
|---|---|---|---|
| Customer data leaves browser | ☁️ yes (uploaded) | 💻 no | 💻 no |
| Intranet / air-gap deploy | ❌ | per-machine | ✅ static files |
| Per-GB / per-user cost | ☁️ yes | license fee | ❌ free (MIT) |
| Streams multi-GB scans | partial | n/a | ✅ COPC range fetch |
WebGIS compute: 27× faster than Turf.js, in your browser.
Coordinate transforms (WGS-84 ↔ GCJ-02 / BD-09 / Web Mercator / UTM), GeoJSON parsing, and R-Tree spatial index — all WASM-native, no server round-trips. See the Benchmarks tab for head-to-head numbers vs hand-written JS.
Drag a LAS scan → decimate → export 3D Tiles, in-browser.
Browser-side point cloud workbench: voxel-grid decimation (WASM), live WebGL preview,
and one-click export of the generated .pnts tileset. No CloudCompare,
no server, no upload — useful for triaging customer scans before the heavy pipeline.
.las / .laz.
.las / .laz here or click to browse