搜索资源列表
Python-textbook
- python 是针对于初学者入门的流通教程-This PDF is a wide spread textbook for learners who want to start arcpy
extract_field
- 提取shp文件中的数据,本例是北京GIS文件中提取高速公路数据(extracting data from .shp file, Beijing highway as an example.)
单一文件栅格数据格式转换
- 用于将其他格式文件转换为envi标准格式,适用于arcgis arcpy use for converting other format to envi standard format(use for converting other format to envi standard format)
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.)
二元一次方程拟合
- 程序的二元一次方程拟合是针对遥感数据逐像元拟合的。最终会输出各自变量系数以及常数项(以图像形式输出)(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