2008-01-23

GIS WORKSHOP ADD NEW DATA

在google page中新增了

1. tw97轉67教學檔案
2.mapinfo 使用esri raster 檔案格式
3.esri arcgis 增加xy資料
4.esri arcgis point to raster
5.SURFER GRID to XYZ data


等相關教學內容

參考網頁 http://coop.shen.googlepages.com/

沒有留言:

張貼留言

QGIS Raster to Vector use Python console step2

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