2012-12-11

FEWS_Taiwan 工作日誌20121210

CSV 輸出 設定過程中
結束時間需配合 timeStep 的 unit
如果為nonequidistant 
結束時間需為 0 
其設定內容如下
<timeStep unit="nonequidistant"/>
<relativeViewPeriod unit="hour" start="-48" end="0"/>
若 end設定為-1 將導致資料無法順利輸出


 

Department of Civil Engineering 
National Taipei University of Technology
Jhih-Cyuan Shen

沒有留言:

張貼留言

QGIS Raster to Vector use Python console step2

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