Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

signxer/HistoricalWeatherTW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HistoricalWeatherTW 台灣歷史天氣爬蟲

資料來自 觀測資料查詢系統

Usage 使用

原資料會存在一些非數字形式(例如風向不定V,有雨跡T等),以下開啟參數會將其簡單替換成數字:

conv2num = True

修改所需資料的起始時間及結束時間:

begin_date = datetime.date(2016,1,1)

end_date = datetime.date(2016,12,31)  

Data 資料

資料會以觀測站ID+站名儲存

資料欄位如下:

ObsTime 觀測時間(LST)

StnPres 測站氣壓(hPa)

SeaPres 海平面氣壓(hPa)

Temperature 氣溫(℃)

Tddewpoint 露點溫度(℃)

RH 相對溼度(%)

WS 風速(m/s)

WD 風向(360degree)

WSGust 最大陣風(m/s)

WDGust 最大陣風風向(360degree)

Precp 降水量(mm)

PrecpHour 降水時數(hr)

SunShine 日照時數(hr)

GloblRad 全天空日射量(MJ/㎡)

Visb 能見度(km)

Updates 更新

V2.0 加入全台觀測站

V1.0 第一版

About

台灣歷史天氣爬蟲

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages