import arcpy fc = r"C:\TEMP\scratch.gdb\line1450_proj" rows = arcpy.SearchCursor(fc) for row in rows: arcpy.Buffer_analysis(row.Shape, arcpy.CreateUniqueName(r"c:\temp\scratch.gdb\buff"), "150 Meters", "#", "FLAT", "ALL" ) del row, rows print 'finished'
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.