2008-05-30

FEWS Forecast Tasks Status

Flood Early Warning System - Taiwan
Forecast Tasks
Status
-Complete
-完成
-Running
-執行中
-Terminated (system had to terminate the task - due to the task
timeout being exceeded or its initial due time being set to far in the
past) (check system clocks!)
-終止(系統已終止的任務-由於工作超時被超過或其初始,由於時間被設定為遠在過去的) (檢查系統時鐘! )
-Failed
-失敗

沒有留言:

張貼留言

QGIS Raster to Vector use Python console step2

資料處理步驟: 1.讀取 Raster 並計算 25 等級等值線級距 2.用 GDAL 產生等值線(Contour Lines) 3.Polygonize:Raster 轉等值面多邊形 4.將多邊形圖層載入 QGIS 5.為每個 polygon 計算其 VALUE 所屬級距(LE...