2008-01-08

FEWS data problem

在資料下載過程中
如果面臨資料無法順利存取資料庫時會出現問題

可在下載的 設定檔中 於
jdbcConnectionString element 之下
新增

<jdbcConnectionTimeOutMillis>1000</jdbcConnectionTimeOutMillis>

另外需要針對雨量資料內容進行 確認工作
moduleInstanceId 是否正確
與轉換之雨量時間間距單位是否正確

以免計算錯誤

集水區降雨量 historical
<!-- Aggregate the 10 minute QPE Sums to hourly values -->
<!-- Aggregate the 10 minute CWB rainfall to hourly values -->
<!--Add Switch to remove radar data from data hierarchy-->
<!--Merge the catchment rainfall calculated with QPE Sums, CWB and WRA
data using Data Hierarchy-->

沒有留言:

張貼留言

QGIS Raster to Vector use Python console step2

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