博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Python featureClass clip Tin
阅读量:6376 次
发布时间:2019-06-23

本文共 751 字,大约阅读时间需要 2 分钟。

# Purpose: Adding features to a TIN.# Create the Geoprocessor objectimport arcgisscriptinggp = arcgisscripting.create()#Check out the 3D Analyst extensiongp.CheckOutExtension ("3D")try:     # Set the workspace (to avoid having to type in the full path to the data e    # gp.workspace = "D:/Docs1/GP/GPOutput"      gp.workspace = "E:/CZTinsPCS"    # Select the 3D Analyst Toolbox      gp.toolbox = "3D"    # Process: Add features to a blank TIN      Params = ("PolygonRegionPCS.shp 
hardclip true") gp.edittin_3d ("Earthcopy", Params)except: # If an error occurred while running the tool print the error messages. print gp.GetMessages()

 

备注: (1)执行之前请备份TIN

         (2)运行的机器需要安装python   //几兆

        (3)将下列代码拷贝到txt文件中,修改后缀名成.py,运行即可

 

转载地址:http://nqtqa.baihongyu.com/

你可能感兴趣的文章
微信自动跳转浏览器打开APP(APK)下载链接
查看>>
==与===的区别
查看>>
机器学习实验笔记
查看>>
不同工具查看代码分支diff的差异
查看>>
一文 | 跨域及其解决方案
查看>>
白话Java I/O模型
查看>>
[TsAdmin]--一款基于Vue.js+Element UI的单页无刷新(无iframe)多选项卡的后台管理系统模板...
查看>>
排列组合技术
查看>>
哈工大发明“电子体毛”,让机器人学会“敏感”
查看>>
上传一张照片,让算法告诉你是否患有抑郁症
查看>>
VR厂商唯晶科技获2800万C+轮融资,曾开发过游戏《圣女之歌》
查看>>
Countly 19.02.1 发布,实时移动和 web 分析报告平台
查看>>
TCP连接中time_wait在开发中的影响-搜人以鱼不如授之以渔
查看>>
Oracle数据库机出新帮助不同规模企业迈向云端
查看>>
前端通信:ajax设计方案(六)--- 全局配置、请求格式拓展和优化、请求二进制类型、浏览器错误搜集以及npm打包发布...
查看>>
Android捕获监听Home键、最近任务列表键
查看>>
微服务分布式企业框架 Springmvc+mybatis+shiro+Dubbo+ZooKeeper+Redis+KafKa
查看>>
word2vec原理(三) 基于Negative Sampling的模型
查看>>
被《时代周刊》选为年度最佳发明,PS VR靠的竟然是价格
查看>>
通用唯一标识码UUID的介绍及使用。
查看>>