import arcpy from arcpy import env import os # Set the workspace for the ListFeatureClass function # env.workspace = "c:/data" # Use the ListFeatureClasses function to return a list of # all shapefiles. # fcList = arcpy.ListFeatureClasses()
arcpy.env.workspace = "c:/data"
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.