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)
Angemeldete Mitglieder können Beiträge verfassen, Updates folgen und mehr. Neu hier? Registriere ein kostenloses Konto.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.