Skip to content
@open-sar-cop

open-sar-cop

Open Search-And-Rescue Common Operating Platform — 用开源工具 + AI 在灾害黄金 72 小时内生成统一灾情态势图(COP)
Open SAR-COP logo

Open SAR-COP

Open Search-And-Rescue Common Operating Platform

English | 简体中文

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


🎯 The problem we solve

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.

🧱 Core repositories

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

✨ Design principles

  • 🧩 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

🚀 Quick start

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

🤝 How to contribute

  • 🆕 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.

📜 License

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. / 本项目生成的所有态势图均整理自公开信息,仅供态势参考,不作为救援决策的唯一依据。

Popular repositories Loading

  1. open-sar-cop.github.io open-sar-cop.github.io Public

    项目主页与文档(GitHub Pages)

    HTML

  2. np-rasuwa-landslide-2026 np-rasuwa-landslide-2026 Public

    2026 尼泊尔热索瓦特大泥石流:事件数据 + 可交互 COP 态势图

    HTML

  3. incidents incidents Public

    灾害事件全局索引:每个灾害一个仓库

  4. skill-disaster-cop skill-disaster-cop Public

    AI Skill:让 AI 助手为新灾害自动生成 COP 态势图(数据契约 + 模板 + 构建器)

    HTML

  5. .github .github Public

    Open SAR-COP 组织配置与社区健康文件

Repositories

Showing 5 of 5 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…