Twinkle HubTwinkle Hub

空氣品質監測月值

tw/28202

環境部政府資料開放授權條款-第1版白金每1月CSV · JSON · XML

每月空氣品質監測資料

AI-written READMEGenerated by AI — may contain errors; verify against the source

What this dataset is

環境部測站網每月回報的空氣品質月均值,涵蓋 PM2.5、PM10、O₃ 等測項;2026 年 7 月有 71 個測站回報。適合做趨勢與跨站比較。

Things to watch

  • 月均值不是即時值——要看現在或明天,改用《空氣品質預報資料》(#6349,每 30 分更新)。
  • monitormonth 是 YYYYMM 字串(如 202607),不是日期型別。
  • 篩測項用英文代碼欄 itemengname(如 'PM2.5'),中文欄 itemname 是顯示用。

Compiled 2026-09-02 · written in Traditional Chinese

Use it in Claude
tw_query_rows({
  dataset_id: "28202",
  where: "itemengname = 'PM2.5' AND monitormonth = '202607'",
  columns: ["sitename", "concentration"],
  limit: 100
})