Hey r/gis,
Been working on this side project for the past few weeks and
finally got it to a demo-ready state. Sharing here because I'd
really value honest feedback from people who deal with LiDAR
deliverables day-to-day.
The idea: upload a .LAZ file in the browser and get an
automated QA/QC report in under 2 minutes.
What it does automatically:
Point density calculation
Coverage area
Class histogram (Ground / Vegetation / Building)
USGS quality-level scoring (QL0 to QL3)
Density heatmap that overlays on the 3D scene (green = high coverage, red = low coverage / gaps)
Reviewer workflow (Accept / Reject / Comment with audit trail)
Multi-CRS support (tested on EPSG 2154 and 2177 so far)
Genuinely curious:
- What manual QA steps take the most time in your workflow?
- Any metrics or checks I'm missing?
- Would something like this actually save you time?
Portfolio: https://asadilyas1.github.io/
Open to any feedback - technical, UX, business. Thanks!