GeoQ reads LAZ 1.4 and COPC (Cloud-Optimized Point Cloud) files via the DuckDB PDAL extension โ applying spatial filters, SQL analytics, and exporting results, all without downloading the full file.
Full SQL power over LAZ/COPC point clouds โ locally or streaming from cloud object storage.
--bbox "minX,minY,maxX,maxY" to push the spatial predicate into the PDAL reader. Only matching points are returned โ zero over-read.--filter-wkt for precise area-of-interest clipping beyond simple rectangles.--sql to run any DuckDB query against the points table: GROUP BY classification, percentile intensities, density grids, or spatial aggregations.--source at an s3:// URI or HTTPS URL. DuckDB httpfs fetches only the byte ranges needed โ no full file download.One command. Any LAZ or COPC file. Local or cloud. Start in seconds.