搜索资源列表
arcpy_applicaiton
- arcpy应用实例,利用python进行一些简单的地理文件的操作-arcpy application example, the use of some simple geographic python file operations
Python-textbook
- python 是针对于初学者入门的流通教程-This PDF is a wide spread textbook for learners who want to start arcpy
topoint
- xy坐标文件转shp文件 ,arcpy库-xy to point
Python-Program
- 批量修改根目录下所有子目录文件名,批量挑选某类文件复制到新文件夹,批量压缩目录下所有子目录文件.以及ArcGIS中arcpy批量出图,列出所有文件。-Batch modify all subdirectories under the root directory file names, bulk pick certain files copied to the new folder, batch compress files in all subdirectories under directo
certainp_sample_selection
- Selection certain percentage of points in arcgis using arcpy-Selection certain percentage of points in arcgis using arcpy....
Univariate Moran Index
- Univariate Moran's I 指数计算过程脚本,运用ArcGIS自带的arcpy工具包(Univariate Moran's I calculation scr ipt using ArcPy tool in ArcGIS Desktop software)
使用arcpy获取简单的矢量数据信息
- 使用arcpy获取简单的矢量数据信息(Using arcpy to obtain simple vector data information)
extract_field
- 提取shp文件中的数据,本例是北京GIS文件中提取高速公路数据(extracting data from .shp file, Beijing highway as an example.)
cutbyPlygon
- arcpy rasterdata batchclip
shp
- ARCPY包的使用进行简单的属性数据查询以及更新(The use of ARCPY packages for simple attribute data queries and updates)
单一文件栅格数据格式转换
- 用于将其他格式文件转换为envi标准格式,适用于arcgis arcpy use for converting other format to envi standard format(use for converting other format to envi standard format)
NBEducation
- 用arcpy构建路网增加字段等功能,arcgis10.2(build road network add filed.etc using arcgis10.2)
GISTools
- 通过arcgis python 模块包arcpy读取dxf文件,并添加到gdb文件数据库中。(Read the DXF file through the ArcGIS Python module package arcpy, and add it to the GDB file database.)
l_Python
- 输入栅格文件和掩膜矢量,进行批量裁剪.python的版本为2.7,需要导入arcpy模块(batch clip rasters under python2.7 programm)
arcpy
- 可以进行批量裁剪TIF格式文件,适用于大量数据预处理(GOODLUCK,wish that my code will help your clip)
二元一次方程拟合
- 程序的二元一次方程拟合是针对遥感数据逐像元拟合的。最终会输出各自变量系数以及常数项(以图像形式输出)(The binary first-order equation fitting of the program is pixel-by-pixel fitting for remote sensing data. Ultimately, the coefficients of each variable and the constant terms (output in image form) a
高程点自动匹配程序
- 由于程序需要用到arcgis自带的arcpy,而arcpy不是需要付费的,故只能将脚本导入arcgis中运行,具体方法如下: 1.在lwcheck软件中,生成mdb,并导入检测点数据后,进行平面点自动匹配,然后关闭lwcheck软件,打开arcgis,导入mdb数据,添加“Check_Points”和“Point_0”两个点层。点击python按钮,调出python窗口。 2.在python窗口中,点击右键,点击“load...”,选择“高程点自动匹配.py”,点击确定,按下回车键,