Hazdar
🔍

審核透明度報告

公開通報審核數據,讓機制透明可見

資料每小時更新一次 · 截至 2026/07/08 03:23

📊 查看互動式統計地圖 →

📊 核心數據

193
累計收到通報
57
審核通過 · 30%
0
退件總數 · 0%
0
AI 自動攔截 · 佔退件數 0%
0 小時
平均審核時間
0
人工退件數

🪣 通報漏斗

收到通報
193
AI 初篩通過
193
人工複審通過
193
公開顯示
57

📈 通報數量趨勢

* 顏色越亮表示越近期,可觀察災情是否有擴散趨勢

h ? `${parseInt(h.slice(1,3),16)},${parseInt(h.slice(3,5),16)},${parseInt(h.slice(5,7),16)}` : '148,163,184'; const categoryRgb = Object.fromEntries(Object.entries(categoryHex).map(([k, v]) => [k, hexToRgb(v)])); this.points.forEach(([lat, lng, category, ts]) => { if (ts > this.cutoffTs) return; // age 0 = 最舊, 1 = 最新 const age = (ts - this.minTs) / range; const alpha = 0.15 + age * 0.85; const color = `rgba(${categoryRgb[category] ?? '148,163,184'},${alpha.toFixed(2)})`; const circle = L.circleMarker([lat, lng], { radius: 5, color, fillColor: color, fillOpacity: alpha, weight: 0, }); circle.addTo(this.map); this.layers.push(circle); }); }, onSlider(e) { const pct = e.target.value / 100; this.cutoffTs = Math.round(this.minTs + pct * (this.maxTs - this.minTs)); this.renderPoints(); }, togglePlay() { if (this.playing) { clearInterval(this.playTimer); this.playing = false; return; } // 若已在最大值,從頭開始 if (this.cutoffTs >= this.maxTs) { this.cutoffTs = this.minTs; this.renderPoints(); } const step = Math.round((this.maxTs - this.minTs) / 80); this.playing = true; this.playTimer = setInterval(() => { this.cutoffTs = Math.min(this.cutoffTs + step, this.maxTs); this.renderPoints(); if (this.cutoffTs >= this.maxTs) { clearInterval(this.playTimer); this.playing = false; } }, 120); }, reset() { clearInterval(this.playTimer); this.playing = false; this.cutoffTs = this.maxTs; this.renderPoints(); }, }" x-init="$nextTick(() => initMap())">

🗺️ 災情分佈時間軸

淹水 道路中斷 停電 結構受損 越亮 = 越近期

❌ 退件原因分析

尚無退件記錄

* AI 自動攔截 = 圖片不符合規範,由模型自動拒絕

⚙️ 審核機制說明

每一筆回報的照片在公開顯示前,都需要經過雙重把關——AI 自動初篩加上人工複審。 這樣的機制確保地圖上呈現的是真實、有效的災情資訊。

📤 步驟 1
回報提交

使用者上傳照片、標記位置並填寫說明

🤖 步驟 2
AI 初篩

Claude AI 分析照片,信心度 ≥ 80% 不符規範時自動退件

🧑‍💻 步驟 3
人工複審

志工逐筆審核,驗證照片、位置與說明的一致性

步驟 4
狀態更新

通過審核後照片公開顯示於地圖;災情核實與排除由官方另行標記

🏆 奇葩退件大賞

精選被 AI 或人工退件的「創意通報」,感謝熱心市民的想像力 🙏

📷

精彩案例蒐集中…
(開發者提示:在 pages/transparency.blade.php$funnyRejections 陣列加入圖片即可)

❤️ 關於我們

1
核心開發者
近十位
熱心市民志工審核
2026
開始服務但不限於台北市民
「Hazdar 災情回報是一個由市民自發的資訊公開計畫。我們相信透過科技和社群的力量, 讓每個人在颱風、豪雨等災害期間都能即時掌握鄰里的災情狀況。每一筆經過審核的回報, 都是對社區防災的一份貢獻。」
— Hazdar 開發者

💛 本服務純公益經營,不收費、不牟利。若您發現回報有錯誤或有任何建議, 歡迎透過聯絡管理員按鈕與我們聯繫。

⚠️ 使用前請注意

本地圖彙整網友回報與氣象局雨量回報所得之災情資訊,僅供大眾參考,不代表市府公告,緊急事故請直接撥打119/1999,切勿僅依賴本平台等待救援。希望市民朋友保護自身安全,如非必要請勿出門。