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)
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.