arcpy读取shp文件
时间: 2023-05-23 14:03:28 浏览: 227
arcpy按属性导出shp.zip
当使用 arcpy 模块读取 shp 文件时,你可以使用 "arcpy.Describe()" 函数获取 shapefile 的元数据,然后使用 "arcpy.da.SearchCursor()" 函数遍历 feature class 中的每个 feature,或者使用 "arcpy.da.UpdateCursor()" 函数更新 feature class 中的数据。
阅读全文