2015-11-30

sobek 計算點調整

在進行sobek 模式建置過程中 發先模擬前處理過程中會出現下面錯誤時

Error      : Interpolation over Node: '1482'
             At least one of the Linked Branches just has One Velocity Point (Pipe)
             Branch: '1015'
             Interpolation over Node not Allowed

可以透過內插方式進行計算點自動增加
或用人工方式在錯誤的點為附近加入計算點
可以使模式順利進行運算

在河道建模過程中有出現上下游端之間有不同的變化 如側入流、橋梁人工構造物、糙度係數等
建議可以加入計算點以避免運算過程中無法完成計算) 








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...