Reading the report.
Plain-language definitions for every term, metric and figure that appears in a Strataprobe deliverable. If something on your report isn't in here, tell us and we'll add it.
Sentinel-2 L2AAtmospherically-corrected surface reflectance.
Level-2A is the ESA processing level that converts top-of-atmosphere radiance into surface reflectance, removing the atmospheric column. We exclusively use L2A as our raster basis because the spectral indices below are only meaningful on surface reflectance, not raw radiance.
AOIArea of Interest — the licence polygon you supply, buffered for edge effects.
Every project is bounded by an AOI. We buffer 500 m beyond the polygon to capture pixels whose convolution windows would otherwise include nodata, and clip all final deliverables back to the original polygon.
Cloud maskPixels excluded due to cloud, cirrus or shadow.
We use the L2A scene-classification layer plus a custom shadow refinement. Scenes with >10% AOI cloud coverage are dropped entirely; partial cloud is masked per pixel and the median composite fills the gaps.
Iron Oxide (B04 / B02)Ferric iron staining; classic gossan / hematite indicator.
A simple red/blue ratio that exploits the broad Fe³⁺ absorption in the visible. High values flag oxidised iron — a primary signal for weathered sulphide caps and goethite-rich altered ground.
Clay (B11 / B12)Al-OH and Mg-OH absorption — hydrothermal alteration proxy.
The 2.20 µm Al-OH bond absorption straddles Sentinel-2 bands 11 and 12. Elevated B11/B12 suggests phyllic / argillic alteration zones common above porphyry and epithermal systems.
NDVI ((B08−B04)/(B08+B04))Vegetation density; used inversely as a bare-rock mask.
High NDVI means more vegetation, less visible rock. We invert it to weight bare-ground pixels and to suppress false anomalies driven by chlorophyll absorption rather than mineralogy.
LineamentA linear surface feature interpreted as a fault, fracture or contact.
Extracted from Sobel-filtered hillshade plus a Hough transform on the multi-azimuth derivatives. Filtered for length, persistence across azimuths and proximity to known structural trends.
Feature stack32 co-registered raster channels fed to the model.
Spectral indices, raw bands, terrain derivatives (slope, aspect, hillshade), distance-to-lineament, distance-to-drainage and a handful of texture metrics — all resampled to a common 10 m grid and stacked.
XGBoostGradient-boosted decision-tree ranker.
We use XGBoost in pairwise-ranking mode. It handles missing data, scales to millions of pixels and — crucially for clients who want to question the model — exposes feature-importance and per-prediction SHAP values.
Leave-one-licence-out CVCross-validation that holds back an entire licence at a time.
Standard k-fold leaks geographic information. We hold back whole licences from the regional analogue set, train on the rest, and evaluate. The reported AUC and ROC are always from licences the model has never seen.
AUCArea under the ROC curve — overall ranking quality.
A scalar in [0, 1]. 0.5 is random, 1.0 is perfect. Our published rolling mean is 0.89 across twelve regional analogues; expect ±0.05 variation per project depending on data quality and analogue overlap.
PrecisionOf the pixels we flagged, what fraction were truly mineralised.
TP / (TP + FP). High precision means few false alarms, but high precision usually trades off against recall. We tune the operating point per project after a kickoff conversation about tolerance for false negatives.
RecallOf the truly mineralised pixels, what fraction we caught.
TP / (TP + FN). For early-stage targeting, recall typically matters more than precision — a missed deposit is more expensive than a wasted hole.
Rank A / B / CCalibrated confidence tier on each candidate target.
A = ≥80% model confidence, multiple converging signals. B = 70–80%, a single dominant signal. C = 60–70%, marginal but worth ground-truthing if cheap. Below 60% is not reported.
GeoTIFF bundleAll raster layers in client-ready format.
Eight layers: prospectivity, each spectral index, lineament density, drainage proximity. Cloud-Optimised GeoTIFF, EPSG:32xx UTM matched to the AOI, internal overviews built.
Reproducibility hashA commit + scene-set fingerprint that lets us re-run the build byte-identically.
Printed on the report cover. Send it back with any question about a specific figure and we can spin up the exact build container that produced it.