GIS Integration for Search Management
A GIS combines geology, soil, terrain, satellite, and geophysical data into a single spatial framework that turns scattered datasets into a probability-weighted search map and maintains a defensible chain of custody for all digital spatial evidence.
Last updated:
GIS integrates geological maps, soil surveys, LiDAR terrain models, satellite remote sensing, geophysical grids, and infrastructure data into a single georeferenced framework for forensic search management. By applying weighted overlay analysis across these layers, a search coordinator produces a probability surface that ranks cells by their likelihood of containing the target, reducing large search areas to prioritised ground-truth clusters before any dogs or geophysical equipment are deployed. The legal requirement that distinguishes forensic GIS from general spatial analysis is chain of custody: every input dataset, processing step, coordinate reference system, and analytical decision must be documented and reproducible for court presentation.
A forensic search generates data from a dozen sources at once: geological maps, soil surveys, LiDAR elevation models, satellite vegetation indices, ground-penetrating radar grids, dog-alert coordinates, access track surveys, and witness-provided locations. Individually, each dataset answers only a partial question. A GIS places them in a common spatial reference frame, overlays them, and produces outputs a search coordinator can act on directly: a probability map, a coverage record, a set of specific ground-truth targets.
GIS in forensic contexts is not a specialist niche. The same spatial overlay, raster analysis, and vector editing capabilities that urban planners use to model flood risk are what a search manager uses to find a clandestine grave. The forensic difference is in two things: the precision requirements (centimetre-level ground control, careful coordinate management) and the legal requirements (chain of custody for digital exhibits, reproducibility of all processing steps).
This topic covers the practical workflow for building a search GIS from scratch, the analytical operations that produce probability-weighted search areas, route and access modelling, the integration of geophysical anomaly data, and the governance requirements for spatial data used as court evidence. Both open-source (QGIS) and commercial (ArcGIS) platforms are referenced where their capabilities differ.
By the end of this topic you will be able to:
- Construct a multi-layer forensic search GIS with consistent coordinate reference systems and documented data provenance for each input layer.
- Apply weighted overlay analysis to combine terrain, access, soil, and remote sensing layers into a probability-ranked search surface, with explicit justification for assigned weights.
- Model perpetrator access constraints using route cost analysis and carry-distance isolines to eliminate physically implausible search sectors.
- Georeference geophysical survey grids and evaluate spatial coincidence between independently derived anomalies as a pre-excavation convergence indicator.
- Record systematic search coverage and negative outcomes in a GIS layer that satisfies court documentation requirements.
- Weighted overlay
- A GIS operation that combines multiple raster layers into a single output by multiplying each layer by a weight and summing the result. Used to produce probability or suitability surfaces from multiple contributing variables.
- Coordinate reference system (CRS)
- The mathematical framework defining how coordinates relate to real-world positions on the Earth's surface. All layers in a forensic GIS must share a common CRS to overlay correctly. Mixing CRS without reprojection produces alignment errors that can misplace anomaly positions by metres or more.
- Route cost analysis
- A GIS operation using a friction or cost surface (based on slope, vegetation, and path availability) to model the least-effort path between two points. Applied in search management to estimate how far from an access point a perpetrator could realistically carry a body in a given time.
- Chain of custody (digital)
- The documented record of who created, processed, stored, and accessed a digital file from its acquisition to its presentation in court. For spatial data, this includes file checksums, processing logs, and version-controlled storage.
- Georeferencing
- The process of assigning real-world coordinates to a raster image or survey grid using known control points. A ground-penetrating radar grid, for example, is georeferenced by matching survey pin positions in the data to their GPS coordinates in the GIS.
- Search coverage layer
- A polygon or raster attribute layer recording which portions of the search area have been surveyed, the method used, and the outcome. Prevents duplicated effort and provides a court record of what was and was not searched.
Building the search GIS: layers and data sources
The first task in building a search GIS is establishing the coordinate reference system. Choosing the wrong CRS, or failing to reproject layers to a common system before overlaying them, is among the most common and embarrassing errors in operational spatial analysis. For most terrestrial searches, a national projected CRS (UTM zone, British National Grid, GDA2020 for Australia) is preferred over geographic latitude-longitude because it gives distances in metres and preserves shape at local scale.
- Geological map (polygon vector): lithology and superficial deposit types. Source: national geological survey (BGS, USGS, state geological surveys). Provides soil parent material and permeability context.
- Soil survey (polygon vector or raster): texture, drainage class, horizon depth. Source: national soil databases (SSURGO, Cranfield NATMAP). Determines probe depth expectations and subsidence timeline.
- Digital elevation model (raster): for slope, TRI, and viewshed. Source: national LiDAR archive or SRTM/ASTER for initial screening in data-poor regions.
- Remote sensing layers (raster): NDVI change, thermal anomaly mask, SAR backscatter difference. Generated from Sentinel-2, Sentinel-1, UAV survey outputs.
- Infrastructure and access routes (line/polygon vector): road network, tracks, field boundaries. Source: national mapping agency data, OpenStreetMap. Used for access modelling.
Probability-weighted search-area maps
A probability-weighted map is built by reclassifying each contributing layer into a common score scale (typically 1-5 or 0-100) and summing the weighted layers. The weighting step is a deliberate judgment: how much does each variable actually predict the target location? For clandestine grave search, published research (primarily from Hunter, Cox, Tibbett, and their collaborators) provides empirical reference points, but case-specific intelligence always modifies the weights.

The output is a colour-coded raster. A search coordinator reads off the high-probability cells (warm colours), confirms their accessibility and feasibility, and assigns the first ground teams to those cells. As cells are cleared, their status is updated and the probability surface can be reweighted: a negative probe result in a cell provides evidence about its neighbours (the burial is unlikely to be in a continuous cluster centred here), which adjusts the remaining search priorities.
Route and access-point modelling
A fundamental constraint in clandestine disposal is physical effort. The realistic carry distance for a person transporting a body on foot depends on body mass, terrain gradient, and time available. GIS least-cost path analysis models this constraint spatially by building a cost surface, where each raster cell has a cost of crossing based on slope gradient, vegetation density, and path availability, and then computing the cost-distance from all road and track access points.
Published studies on clandestine burial sites suggest that solo, vehicle-less carry distances of 50 to 150 m from a driveable track account for the majority of recorded cases. Vehicle-assisted transport can extend this to the limits of track accessibility. Modelling both buffers and intersecting them with the probability surface focuses effort on the overlap zone that satisfies both the spatial evidence and the physical feasibility constraint.
- Vehicle track access: buffer the full trafficable track network to the expected vehicle approach distance from last known sighting. This defines the outer boundary of vehicle-accessible terrain.
- Carry distance from track end: apply cost-distance from the track termini using a slope-weighted friction surface. The 50-150 m isoline is the primary search ring; the 150-300 m isoline is secondary.
- Intersection with probability surface: multiply the access distance layer by the probability surface. Cells that are physically accessible and geomorphically or spectrally anomalous receive the highest combined scores.
Linking geophysical anomaly grids to spatial data
Ground-penetrating radar, earth resistance, and magnetometry surveys all produce gridded data: a set of measurements on a regular or irregular sampling pattern. Before these can be compared to terrain, soil, or remote sensing layers, they must be georeferenced. This requires that the survey team record the real-world coordinates of at least the four corners of the survey grid, and ideally a set of internal control points, using a GNSS receiver with sub-metre accuracy.
Once georeferenced, the geophysical grids are imported as rasters and overlaid with the search GIS. The spatial question is: does the geophysical anomaly fall within a cell already flagged by terrain, soil, or spectral analysis? Coincidence between independently derived anomalies is the strongest indicator available before excavation. A GPR reflection at a location that also has anomalous NDVI, elevated TRI, and proximity to an access track represents a convergence of independent evidence streams that justifies prioritised excavation.
Tracking search coverage and recording negative outcomes
One of the most practically important uses of GIS in search management is recording what has been done. Without a spatial coverage record, teams revisit areas already cleared, wasting effort, and courts are left with no documentation that a thorough search was conducted. A simple search coverage layer consists of a polygon grid over the search area with attributes for: search method used, date, team identification, weather conditions, and outcome (searched-clear, searched-inconclusive, not yet searched).
Negative outcomes are as evidentially important as positive ones. A systematic record of cells searched by cadaver dog and cleared, followed by cells searched by GPR and cleared, constrains the remaining possibility space and provides proportionate court evidence that the search met a professional standard. In cold cases where the original search was poorly documented, an audit of the coverage record can reveal gaps that were never searched and may justify a re-investigation.
| Search method | Coverage rate (approx.) | GIS record attributes needed |
|---|---|---|
| Cadaver dog (open terrain) | 1-5 ha/day per dog-handler pair | Search polygon, dog handler ID, wind direction, temperature, outcome |
| Ground-penetrating radar (grassland) | 0.1-0.5 ha/day | Survey grid polygon, GPR system details, depth penetration achieved, anomaly Y/N |
| Earth resistance / magnetometry | 0.5-2 ha/day | Survey grid, instrument type, grid spacing, anomaly mask layer |
| Systematic probe survey | 0.05-0.1 ha/day | Probe points as vector layer, depth reached, substrate description, odour Y/N |
| UAV photogrammetry / thermal | 5-20 ha/flight | Flight path log, GSD achieved, anomaly mask, weather at survey time |
Data governance and chain of custody for digital spatial exhibits
Digital spatial data used as evidence must satisfy the same chain-of-custody requirements as any other forensic exhibit, but the practical implementation differs from physical evidence. The key requirements are: provenance documentation (where did this data come from, on what date, from which source?), processing integrity (what operations were applied and in what order?), and access control (who has handled the file and when?).
- Acquisition loggingRecord the source, acquisition date, download URL or institutional source, licence terms, and file checksum (MD5 or SHA-256) for every raw dataset at the time of acquisition. Store this log alongside the data.
- Version controlKeep raw input files read-only and immutable. All derivative products (reclassified layers, difference rasters, probability surfaces) are stored in named output folders with processing scripts or documented step-by-step logs. No overwriting of inputs.
- CRS documentationRecord the coordinate reference system of every layer in the processing log. If reprojection is applied, document the source and target CRS and the software version used. CRS errors are a frequent target of expert challenge in court.
- Exhibit preparationFor court presentation, export maps with scale bar, north arrow, CRS declaration, legend, and data source attribution. Preserve the original GIS project file (QGIS .qgz or ArcGIS .aprx) as the auditable master record alongside the exported graphics.
QGIS and ArcGIS both support processing history logging. QGIS's Processing History and ArcGIS's Geoprocessing History pane provide a partial automatic log, but manual documentation of key decisions, why certain weights were chosen, why a particular layer was excluded, is the analyst's responsibility and cannot be delegated to the software. Expert testimony that cannot explain the analytical choices will not survive cross-examination.
Why must all GIS layers in a forensic search project share a common coordinate reference system?
Key Takeaways
- A forensic search GIS combines geology, soil survey, DEM-derived terrain products, remote sensing anomaly layers, and infrastructure data in a common coordinate reference system to produce a probability-weighted search surface from multiple independent evidence streams.
- Route cost analysis from driveable tracks, constrained by realistic carry-distance isolines, is a powerful access filter that eliminates large portions of the search area before any ground team is deployed.
- Geophysical anomaly grids must be georeferenced to real-world coordinates before they can be spatially compared to terrain and remote sensing layers; coincidence between independently derived anomalies from different methods is the strongest pre-excavation search indicator.
- Systematic recording of negative search outcomes in a coverage layer is both professionally essential and legally required: it documents that the search met a stated standard and prevents duplication of effort.
- Digital spatial exhibits used in court require provenance documentation, file checksums, version-controlled processing logs, and CRS records to withstand expert challenge; the analyst's documented reasoning for analytical choices cannot be automated away.
What is a probability-weighted search-area map and how is it constructed?
What open-source GIS tools are suitable for forensic search management?
How should negative search outcomes be recorded in a GIS?
What chain-of-custody requirements apply to digital spatial data used as court exhibits?
How are geophysical anomaly grids linked to spatial data in GIS?
Test yourself on Forensic Geology and Geoforensics with free, timed mocks.
Practice Forensic Geology and Geoforensics questionsSpotted an error in this page? Report a correction or read our editorial standards.