import arcpy from arcpy import env env.overwriteOutput = True env.workspace = r"C:\Documents and Settings\cmathers\Application Data\ESRI\ArcCatalog\OSA@sde@bay-gis.sde" fcList = arcpy.ListFeatureClasses() # Copy shapefiles to a file geodatabase # for fc in fcList: print fc
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.