看板 GIS 關於我們 聯絡資訊
我現在手上約有2X的文字檔 內容是XYZ的值 目前我轉raster的方法是 1.把文字檔內的空格轉成",",第一行加入X,Y,Z 2.把單一文字檔載入圖層,並display XY data 3.因為display的圖層從不能直接轉raster,所以還要匯出成point shp 4.再用point to raster轉成2X個raster檔 5.再把全部的raster合併成一個我要的 目前問題是每個檔都要重複1~4步驟,非常耗時@@ 有沒有更便捷的方式或工具,或是從哪一個步驟後可以用model批次跑? p.s有試過用Global Mapper轉,但Global Mapper會強制內差, 導致高程跟點資料有誤差,他有設定可以調,但最少一定跟相鄰網格內差 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 59.120.77.195 ※ 編輯: shihkai 來自: 59.120.77.195 (03/26 19:14)
coffee777:2X是指什麼? 20幾個? 03/28 20:54
shihkai:是低@@ 加起來好幾G的資料量 03/28 21:33
coffee777:建議先轉成MDB或GeoDataBase處理 03/28 22:13
asdrt:假如要精準就要一步一步來 這是沒辦法的-_-; 03/29 22:07
asdrt:Arctoolbox/conversion tools/to raster/ascii to raster 03/29 22:13
shihkai:ascii的是矩陣的格式缺值用-9999,跟XYZ的格式不一樣@@ 03/31 01:08
shihkai:目前可以用執行完第1步的檔,用GeoDataBase->input table 03/31 01:11
shihkai:將文字檔匯成TABLE,再用model批次轉raster 03/31 01:13
asdrt:soga 受教了 04/03 21:16