城市間連接線

import arcpy def update_xy(update_x, update_y):     #把某個市的xy座標更新到每個市的終點座標中     with arcpy.da.UpdateCursor(point_shp,["X",'Y'])as cursor:         for row in cursor:             row[0]=update_x        
相關文章
相關標籤/搜索