2011-12-28

FEWS_Taiwan工作日誌2011.12.28

完成氣象局測站更新後 觀測資料下載測試工作
並且同步進行 報表模組 使用測站id調整工作

修正測站id調整後 報表模組無法取得資料之設定問題 
9thRMO_Report 1.00 default.xml,Location  with id C1Z020 does not exist; 
5thRMO_Report 1.00 default.xml,Location  with id C1M550 does not exist; 
4thRMO_Report 1.00 default.xml,Location  with id C0I090 does not exist; 
3rdRMO_Report 1.00 default.xml,Location  with id C1F870 does not exist; 
2ndRMO_Report 1.00 default.xml,Location  with id C0E530 does not exist; 
1stRMO_Report 1.00 default.xml,Location  with id C1U500 does not exist; 

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