Creating report of all feature classes in geodatabase using ArcPy?

المشرف العام

Administrator
طاقم الإدارة
I am not getting any response from this script and no error displayed at all

I am writing this script to help me display the feature classes in my geodatabase

Here is my script

import arcpyarcpy.env.workspace = r"Q:\basemaps\ALTA\FileGeodatabase\AB_IHS_GIS_DATA.gdb"logfile = open(r"C:\tmp\log.txt ","w")fcLst = arcpy.ListFeatureClasses()for fc in fcLst: logfile.write(fc + "\n") logfile.close()

أكثر...
 
أعلى