2017-05-31

國外感測器資訊


美國
http://float.berkeley.edu/drifters/hardware

澳洲
https://research.jcu.edu.au/tropwater/research-programs/oceanography-1/river-drifters
澳洲
http://www.marinegeophysics.com.au/

英國蘇格蘭
https://twitter.com/RiverTrackOrg

英國
https://twitter.com/flood_network

2017-05-25

QGIS 利用 Polygon 切割Raster資料

多年前發表
Arcgis 利用polygon 切割raster資料


這一次用的是QGIS 
搭配SAGA 進行polygon 切割raster資料
利用SAGA 的 vector to raster
   的Clip raster with polygon 功能






原始raster   G100M_TWD97


切割的polygon  C1140_cut_line

切割後的成果

2017-02-18

QGIS Raster to Vector use Python console step2

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