Real USGS classified airborne LiDAR — the kind of data normally locked behind $5K-a-seat GIS desktop software. Now it loads in your browser, only downloads what you can see, and lets you orbit the Salt Lake Capitol at 60fps.
A raw LiDAR scan of a single square kilometer holds tens of millions of 3D points — too much to download or render naively. Three pieces of off-the-shelf tech let it stream from any static host (here: nginx-equivalent on a $2/mo droplet).
Range: bytes=N-M headers to fetch only the byte ranges holding the chunks currently in view. Standard since HTTP 1.1.The source data is USGS 3DEP airborne LiDAR captured over Salt Lake County in 2023. Raw returns are bare-earth + unclassified, so a custom Python pipeline runs Height-Above-Ground analysis, multi-band coloring, and synthesizes 787K wall points from detected building edges before the octree is built.
Each scan ran through the same Python pipeline (HAG bands + synthesized walls), then PotreeConverter packed it into a single streaming octree. The viewer is identical — just a different cloud loaded.
Open the sidebar to switch attributes (elevation, classification, intensity), measure distances, or clip through buildings.
Drop your email if you want notes on the pipeline (PotreeConverter quirks, HAG processing, wall synthesis). No newsletter, no SaaS pitch.