🎓 Lesson 14
D5
Exploration-to-Closure Twin Handover Protocol
The Exploration-to-Closure Twin Handover Protocol is a standardized process for smoothly transferring digital twin data and responsibilities from exploration teams to mine closure teams across the entire mine lifecycle.
🎯 Learning Objectives
- ✓ Explain the five mandatory handover milestones defined in the protocol and their triggering criteria
- ✓ Design a handover checklist compliant with ISO 15926-4 Part 4 (Reference Data Models) for a greenfield exploration-to-development transition
- ✓ Analyze digital twin metadata completeness using the IFC-Mine validation matrix (v1.2) and identify gaps against Tier-3 fidelity requirements
- ✓ Apply the Data Provenance Index (DPI) formula to quantify traceability risk across three consecutive handovers
- ✓ Evaluate a proposed handover package against ICMM’s ‘Closure Readiness’ benchmark (2023 edition) and recommend remediation steps
📖 Why This Matters
Without a formal handover protocol, digital twins become fragmented silos—exploration geology models vanish before operations begin, geotechnical updates aren’t inherited by closure planners, and regulatory audits fail due to broken data lineage. In 2022, 68% of failed closure submissions to Australia’s DMPA cited 'inadequate continuity of digital asset records' (MINEGOV Annual Review). This protocol isn’t paperwork—it’s the legal and technical backbone ensuring every kilogram of rock moved, every borehole logged, and every rehabilitation plan modeled remains verifiably connected from discovery to final landform.
📘 Core Principles
The protocol rests on four interlocking principles: (1) Phase-Gated Fidelity Tiers—each lifecycle stage requires minimum model resolution (e.g., exploration: 50 m grid; closure planning: 0.5 m DEM + soil layering); (2) Immutable Provenance Chains—every data object carries machine-readable lineage tags (ISO 19115-3 compliant) linking source sensor, processing algorithm, and human verifier; (3) Role-Based Schema Binding—handover packages enforce strict schema alignment (e.g., OGC CityGML v3.0 for surface assets, IFC-Mine for underground infrastructure); and (4) Regulatory Anchoring—each handover must satisfy jurisdiction-specific triggers (e.g., US EPA RCRA Subpart F requires validated hydrogeological twin prior to permit transfer). Progressively, students learn how Tier-1 (conceptual) data evolves into Tier-4 (operational-control-grade) twins through disciplined metadata curation and federated ontology mapping.
📐 Data Provenance Index (DPI)
The DPI quantifies traceability integrity across handovers by scoring completeness of lineage metadata. A DPI < 0.7 signals high audit risk and mandates revalidation.
Data Provenance Index (DPI)
DPI = Σ(Completeness_i × Weight_i)Quantitative measure of metadata traceability integrity across handover events.
Variables:
| Symbol | Name | Unit | Description |
|---|---|---|---|
| Completeness_i | Completeness of lineage dimension i | dimensionless (0.0–1.0) | Fraction of assets in dimension i (e.g., calibration records) with full provenance metadata |
| Weight_i | Assigned weight for lineage dimension i | dimensionless (sum = 1.0) | Relative importance of dimension i per ICMM Provenance Scoring Guide (2021) |
Typical Ranges:
Exploration-to-Feasibility handover: 0.65 – 0.82
Operation-to-Closure handover: 0.75 – 0.91
💡 Worked Example
Problem: A handover from exploration to development includes borehole logs (n=127), 3D geological model, and assay database. Audit reveals: 92% of boreholes have full sensor calibration records (weight = 0.4), 65% have linked QA/QC reports (weight = 0.3), 100% have spatial referencing (weight = 0.2), but only 41% include timestamped version history (weight = 0.1).
1.
Step 1: Assign weights per lineage dimension (calibration, QA/QC, georeferencing, versioning) summing to 1.0
2.
Step 2: Multiply each completeness % by its weight: (0.92×0.4) + (0.65×0.3) + (1.0×0.2) + (0.41×0.1)
3.
Step 3: Sum weighted scores: 0.368 + 0.195 + 0.200 + 0.041 = 0.804
Answer:
The DPI is 0.804, which exceeds the safe threshold of 0.70 and meets Tier-2 handover readiness for development phase.
🏗️ Real-World Application
At Newmont’s Boddington Gold Mine (WA), the 2020–2023 digital twin handover program reduced closure planning cycle time by 42% by enforcing Protocol Section 4.2 (Geotechnical Model Handover). When transitioning from operation to rehabilitation, the team delivered a unified IFC-Mine file containing real-time slope monitoring data (from 248 IoT inclinometers), validated rock mass rating (RMR) grids, and 15-year rainfall-runoff simulations—all traceable to original drill core scans via SHA-256 hashes. This enabled WA EPA to approve the Rehabilitation Management Plan in 89 days vs. industry average of 156 days.
🔧 Interactive Calculator
🔧 Open Mine Digital Twin Implementation Calculator📋 Case Connection
📋 South African Coal Mine: Digital Twin for Methane Drainage & Ventilation Safety
Intermittent CH₄ spikes triggering false alarms and production halts; inability to distinguish between drainage ineffici...
📋 Norwegian Limestone Mine: Digital Twin for Sustainable Closure Planning
Regulatory requirement for 100-year water quality forecast post-closure; uncertainty in acid rock drainage (ARD) evoluti...