Rectangular — the shape closely fills its own bounding rectangle. Best match for building foundations, walls, or other rectilinear structures.
Circular — the shape closely matches a circle. Best match for mounds, pits, or other circular features.
Irregular — doesn't clearly match either. Lowest-confidence tier: could be a real irregular feature (a bend in an old path), or just terrain noise/shadow artifacts. Worth a look, but verify before trusting it.
You've used your free searches for this device.
Airborne LIDAR has become a standard remote-sensing tool in archaeology because of one property optical imagery lacks: a single laser pulse can return multiple times as it passes through vegetation canopy before hitting bare ground, letting a classified point cloud be filtered down to a "bare-earth" elevation model with the trees and undergrowth digitally stripped away. This is the same property behind well-known LIDAR-driven discoveries of settlement networks hidden under dense forest canopy in Mesoamerica and Southeast Asia — the structures were never truly hidden underground, only hidden from optical sensors by what was growing on top of them.
Raw elevation alone, however, rarely shows anything useful: a building foundation reduced to a few centimeters of relief is invisible against natural micro-topography and sensor noise at normal color scales. The techniques below — long established in archaeological remote-sensing literature — exaggerate exactly that kind of small local relief, turning elevation data most people would dismiss as "just a flat field" into a map of what used to stand there.
Input can be a user-supplied DEM GeoTIFF, a ground-classified LAS/LAZ point cloud (gridded via linear interpolation over the classified ground returns), or — for US locations — a place name or coordinate pair, geocoded via OpenStreetMap/Nominatim and fetched directly from USGS's 3D Elevation Program (3DEP) web services, with no manual download step and no API key required.
Four derived products are computed from the DEM:
These four are fused into an RGB composite (openness channels plus hillshade) in which man-made geometry tends to separate visually from the more textured, irregular signature of natural terrain.
The LRM is thresholded against local background noise (mean ± k standard deviations) into "raised" and "depressed" binary masks, which are then processed with OpenCV contour extraction. Each contour is scored for rectangularity (contour area over minimum-bounding-rectangle area) and circularity (4π·area / perimeter²) — shapes clearing either threshold are classified accordingly and ranked by score; the rest are kept as lower-confidence "irregular" candidates.
Before trusting the pipeline against real data, we generated a synthetic DEM — rolling terrain plus Gaussian noise — with three known structures embedded at known locations: a 40 × 20 m rectangular raised foundation, an 18 m-diameter circular raised mound, and a diagonal sunken linear ditch. The detection pipeline was run blind to these ground-truth positions.
| Rank | Shape | Detected area | True area | Detected size | True size |
|---|---|---|---|---|---|
| 1 | rectangular | 751 m² | 800 m² | 20.0 × 39.5 m | 20 × 40 m |
| 2 | circular | 238 m² | ~254 m² | 17.7 m dia. | 18 m dia. |
Both embedded structures were recovered as the top two ranked candidates, with size and location matching ground truth closely. Remaining candidates in the ranked list are false positives driven by the synthetic terrain's random noise floor — expected, and consistently ranked below the true structures by confidence score.
To test the pipeline against real, auto-fetched LIDAR data, we ran it against an 800 × 800 m area centered on downtown Gettysburg, Pennsylvania, at 1 m resolution, fetched automatically from USGS 3DEP by place name alone.
Once a candidate location is identified, the next question for a hobbyist is: where does that map onto the world as it actually looks today? Lidarman builds a "blink comparator" — the same technique astronomers have long used to spot a moving object by flashing two photos of the same sky back and forth — that flashes between a present-day satellite image and the LIDAR past-structure composite, aligned pixel-for-pixel, in real time. In the web application this is a live map overlay; the CLI additionally emits a standalone, self-contained HTML file for offline viewing.
A Leaflet-based map interface runs over the same pipeline described above:
Lidarman is a hosted tool — each search runs real LIDAR fetch, terrain-derivative, and detection compute server-side, which costs real time and resources per query rather than being a one-time download. Try it free — the first three searches on a device are on the house, then a one-time $10 payment unlocks unlimited searches on that device, no subscription.
No legal or jurisdictional restrictions are built into the tool itself — where it is or isn't appropriate to search with the results is entirely the responsibility of the person using it, the same as any other detection or survey equipment.