2007-06-01

ESRI ARCGIS ASCIIToRaster CMD

example

ASCIIToRaster_conversion E:\work\20070531\land-6hr-50year-dm1maxd0.asc
E:\work\20070531\land6hr50year FLOAT
ASCIIToRaster_conversion
E:\work\20070531\land-6hr-100year-dm1maxd0.asc
E:\work\20070531\land6hr100year FLOAT
ASCIIToRaster_conversion
E:\work\20070531\land-12hr-50year-dm1maxd0.asc
E:\work\20070531\land12h50y FLOAT
ASCIIToRaster_conversion
E:\work\20070531\land-12hr-25year-dm1maxd0.asc
E:\work\20070531\land12h25y FLOAT
ASCIIToRaster_conversion
E:\work\20070531\land-12hr-100year-dm1maxd0.asc
E:\work\20070531\land12h100y FLOAT
輸出字串不可超過13個

沒有留言:

張貼留言

QGIS Raster to Vector use Python console step2

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