arcgis python 导出统计表_使用python(ArcMap 10.5.1)将ArcGIS中的选定属性导出到新图层?...
# Import system modulesimport arcpy# Set the workspacearcpy.env.workspace = "c:/data/mexico.gdb"# Make a layer from the feature classarcpy.MakeFeatureLayer_management("cities", "lyr")# Select all citi...