2008-06-10

FEWS Taiwan Modules 計算累積降雨量

使用FEWS Taiwan 累積降雨計算

aggregate rule採用accumulative

<outputVariable variableId="1hrCWB">
<outputVariable variableId="3hrCWB">
<outputVariable variableId="6hrCWB">
<outputVariable variableId="12hrCWB">
<outputVariable variableId="24hrCWB">
<outputVariable variableId="48hrCWB">

workflowDescriptor 中 forecast設定為true

完成後即可取得如圖之累計雨量資訊

沒有留言:

張貼留言

QGIS Raster to Vector use Python console step2

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