|
surfer9 与Arcgis 生成等值线和等值面的步骤如下:
1.准备surfer用的Book1.dat文件,格式如下:
"x" "y" "z"
116.471992 40.809975 232
116.335556 40.700542 1235
116.541626 40.713333 214
116.73349 40.798607 566
2.在surfer中,选择Grid->data菜单,打开book1.dat文件,单击ok生成book1.grd文件
3.在surfer中,选择file->open菜单,打开book1.grd文件,然后选择File->save as ,保存为book1.dem
4.在Arcgis中打开book1.dem文件,用spatial anylyst->surface anylisys->contour工具
在弹出的对话框中,等高线间隔填50(根据你的数据定) 基高-50,确定生成contour.shp
5.用你准备好的区域的边界去剪切此等高线层,生成contour_clip.shp
Arcgis9.3与surfer9 和谐生成技巧
6.用feature to point 工具 生成contour_Clip_FeatureToPoint.shp(为生成等值面做准备)
7.用feature to polygon工具,选择区域图层和contour_clip.shp ,lable layer 选contour_Clip_FeatureToPoint.shp 生成等值面,注意如果区域图层和contour_clip.shp 没有相交,要用buffer工具向内(-0.005)生成新的区域,然后在用feature to polygon工具,
Arcgis9.3与surfer9 和谐生成技巧
以上步骤生成的等值线和等值面带属性,光滑,可谓完美。
|
评分
-
查看全部评分
|