2007-01-23

Google 美國專利檢索

google 推出的新功能
可以檢視美國相關的專利文件資料
http://www.google.com/patents

以 flood warning為關鍵字可以找到416筆相關的資訊
http://www.google.com/patents?q=flood+warning+&btnG=Search+Patents

沒有留言:

張貼留言

QGIS Raster to Vector use Python console step2

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