With open-source tooling + AI, turn fragmented public information into an interactive Common Operating Picture (COP) within the golden 72 hours after a disaster strikes.
用开源工具 + AI,在灾害发生后的黄金 72 小时内,把碎片化的公开信息变成一张可交互的统一灾情态势图(COP)。
🌐 Homepage · 📋 Incident index · 🤖 AI Skill · 🚨 Current incident: Nepal Rasuwa landslide
After every major disaster (earthquake, landslide, flood, typhoon), the same problem appears: fragmented information. Casualty figures are scattered across bulletins, damaged infrastructure has no unified ledger, and response forces operate from inconsistent views. Coordination efficiency in the first 72 hours directly determines survival rates.
The US SARCOP proved the value of a search-and-rescue common operating platform — but it serves the US national SAR system. Open SAR-COP is the open-source, reusable, AI-native version:
One standardized incident dataset → one-click generation of an interactive COP.
| Repo | Role | Description |
|---|---|---|
| open-sar-cop.github.io | 🏠 Homepage | Project website & docs (GitHub Pages) |
| incidents | 📋 Index | Global index of all disaster incidents (machine-readable: incidents.json) |
<slug> · one repo per disaster |
🚨 Incident | Incident data + interactive COP dashboard (GitHub Pages) |
| skill-disaster-cop | 🤖 AI Skill | Data contract + dashboard template + zero-dependency builder |
Current incident: np-rasuwa-landslide-2026 — Nepal Rasuwa Catastrophic Landslide 2026 → Live COP
- 🧩 Data / view separation — data follows one contract; the dashboard is just a renderer, regenerable at any time
- 🤖 AI-native — with the skill loaded, an AI can search public information, assemble contract data, and deliver a COP in minutes
- ⏱️ Timeliness & attribution enforced — every casualty/damage figure must carry "as-of time + attribution"
- 🚫 Zero PII — only publicly reported information is compiled; no personally identifiable information
- 📦 Single-file delivery — the generated COP is one HTML file: no server, double-click to open
- 🌍 Bilingual — English by default, Simplified Chinese alongside
git clone https://github.com/open-sar-cop/skill-disaster-cop.git
cd skill-disaster-cop
python3 assets/build_cop.py examples/np-rasuwa-landslide-2026.json \
-t assets/template.html -o out/index.html
open out/index.html- 🆕 Create incident repos for new disasters and register them in incidents
- 🎨 Improve the dashboard template (layers, charts, accessibility)
- 📐 Design data extensions for more hazard types (earthquake, flood, typhoon-specific fields)
- 🔌 Port the AI skill to more agent platforms
- 🌍 Improve translations and region-specific response protocols
Ideas and bug reports are welcome in issues.
MIT © Open SAR-COP Contributors
Open SAR-COP(开放搜救通用态势平台):用开源工具 + AI,在灾害发生后的黄金 72 小时内,把碎片化的公开信息变成可交互的统一灾情态势图。
核心仓库
| 仓库 | 角色 |
|---|---|
| open-sar-cop.github.io | 🏠 项目主页与文档 |
| incidents | 📋 灾害事件全局索引 |
np-rasuwa-landslide-2026 等事件仓库 |
🚨 每个灾害一个仓库:事件数据 + COP 态势图 |
| skill-disaster-cop | 🤖 AI Skill:数据契约 + 模板 + 构建器 |
设计原则:数据与视图分离 · AI 原生分钟级出图 · 时效与口径强制 · 零 PII · 单文件交付 · 双语(默认英文 + 中文)。
欢迎通过 issues 提想法、报 bug,或按 CONTRIBUTING 参与贡献。
All COPs generated by this project are compiled from public information, for situational awareness only, and must not be the sole basis for rescue decisions. / 本项目生成的所有态势图均整理自公开信息,仅供态势参考,不作为救援决策的唯一依据。
