for codes in Adj_Neighbors
for row2 in arcpy.SearchCursor(Adj_Neighbors): GCA_List.append(row2.getValue("Grid_Code"))
GCA_List = [r.getValue('ELEVATION') for r in arcpy.SearchCursor('shp_lyr')]
cur = arcpy.UpdateCursor(shp) row = cur.next() while row: ... row = cur.next()
for row in arcpy.SearchCursor(shp): ...
arcpy.MakeFeatureLayer_management(shp, "shp_lyr", sql)
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.