2006-11-02

MIT翻譯課程

先前翻好的第一階段課程上線了
11.520 2002秋季課程:地理資訊系統研習(Workshop on Geographic Information Systems, Fall 2002)

http://www.myoops.org/twocw/mit/Urban-Studies-and-Planning/11-520Workshop-on-Geographic-Information-SystemsFall2002/CourseHome/index.htm

另外一門課程

11.521 / 11.523 / 11.524 Spatial Database Management and Advanced
Geographic Information Systems, Spring 2003
等計畫完成後開始進行與11.520第二階段

沒有留言:

張貼留言

QGIS Raster to Vector use Python console step2

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