2009-02-04

國外防洪資訊內容

Colorado Association of Stormwater and Floodplain Managers
http://www.casfm.org/
相關文獻資料內容
http://www.casfm.org/library.htm

United States Department of Transportation - Federal Highway
Administration 水利相關軟體
http://www.fhwa.dot.gov/engineering/hydraulics/software.cfm

由NOAA提供之Colorado水情預報資訊
http://www.cbrfc.noaa.gov/


ASFPM FREE PUBLICATIONS LIST
http://www.floods.org/Publications/free.asp

MIT COURSE 12.000: Solving Complex Problems
http://web.mit.edu/12.000/www/m2010/finalwebsite/

沒有留言:

張貼留言

QGIS Raster to Vector use Python console step2

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