2013-02-20

網路地圖資源

適合手機應用的網路地圖服務 JavaScript library http://leafletjs.com/index.html 使用Canvas 2D 建置3維網路地圖資訊 API http://osmbuildings.org/ 應用http://qooxdoo.org/ 與 OPENLAYER 技術完成之氣象網路地圖服務 http://preview.weather.gov/edd/

QGIS Raster to Vector use Python console step2

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