Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 636 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 636 Bytes

觀測資料匯出月份程式(CODiS)

基於本實驗室研究巨量資料需求所開發之資料匯出程式。

環境需求

  • npm

執行

進入觀測資料查詢系統選擇你想要匯出的測站時間 : map

由測站資訊取得測站代號

安裝相依套件 :

$ npm install request 
$ npm install cheerio 
$ npm install fs 
$ npm install json2csv

執行擷取程式 :

$ node index.js C1I020 2017-07

node index.js <測站代號> <年-月>

系統在目錄下產生 file.csv