Try   HackMD

環境部資料下載 示範

tags: 高雄貨櫃

注意: 由此網站下載之數據編碼並非'utf-8',使用 read_csv 讀取時可以使用下面程式

df = read_csv('path/to/the/查詢小時值(測項)', encoding='ascii',
    encoding_errors='ignore', index_col=0, parse_dates=True, 
    usecols=lambda col: col != 'Unnamed: 1')

    df.index.name = 'Time'
    df.rename(columns={'AMB_TEMP': 'AT', 'WIND_SPEED': 'WS', 'WIND_DIREC': 'WD'}, inplace=True)

    # 結束後儲存成utf-8
    df.to_csv('path/to/you/data', encoding='utf-8')
  • 空氣品質監測資訊整合展示平台 勾選鳳山地面測站(離鳳山高中1公里)或是行動14高雄-鳳山(鳳山高中)(只有VOC數據但此網站無法取得),選擇日期與物種並按查詢
    Image Not Showing Possible Reasons
    • The image was uploaded to a note which you don't have access to
    • The note which the image was originally uploaded to has been deleted
    Learn More →

    Image Not Showing Possible Reasons
    • The image was uploaded to a note which you don't have access to
    • The note which the image was originally uploaded to has been deleted
    Learn More →
  • 結果如下,選擇匯出有效資料,環境部資料註記請見圖片下方註記,最後按 “報表下載(測項)”
    Image Not Showing Possible Reasons
    • The image was uploaded to a note which you don't have access to
    • The note which the image was originally uploaded to has been deleted
    Learn More →
  • 環境部資料註記
    • # 表示儀器檢核為無效值; * 表示程式檢核為無效值; x 表示人工檢核為無效值; A 表示因警報而為無效值; △表示異常資料提醒(包含PM四小時定值、AI註記、分鐘值註記、區域一致性註記);O表示人工檢核為有效;V表示人工檢核為不計算;L表示小於LDL但有效;紅色為有效警報提醒。
    • 自民國110年1月1日起,合理負值~0 以0做計算,0~LDL 以原值計算;各項均值計算達設定位數後,無條件捨去,僅在AQI計算時,四捨五入。)