2010-11-25

SOBEK 模擬錯誤訊息

先前有提到類似之 問題

Sobek Parser V2.04.30

Warning: Error in yz-profile data: decreasing y-values
Object-id : 2010_173020130_40
Object-nr : 3

Warning: Error in yz-profile data: decreasing y-values
Object-id : 2010_173020130_36
Object-nr : 7

Warning: Error in yz-profile data: decreasing y-values
Object-id : 2010_17300074
Object-nr : 97

Warning: Error in yz-profile data: decreasing y-values
Object-id : 2010_173020130_14
Object-nr : 100

Warning: Error in yz-profile data: decreasing y-values
Object-id : 2010_17300067
Object-nr : 119

Warning: Error in yz-profile data: decreasing y-values
Object-id : 2010_17300058
Object-nr : 128

Warning: Error in yz-profile data: decreasing y-values
Object-id : 2010_17300058
Object-nr : 128

Warning: Error in yz-profile data: decreasing y-values
Object-id : 2010_17300008
Object-nr : 176

Error: Error(s) in cross section(s)
0 informative messages
8 warnings
1 errors!


檢查斷面資料 斷面資料內容應該有錯誤 或數值不符之現象

沒有留言:

張貼留言

QGIS Raster to Vector use Python console step2

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