print arcpy.env.workspace
arcpy.env.overwriteOutput - True
arcpy.env.overwriteOutput = True
cities = str(arcpy.env.workspace) + os.sep + "Larimer_Cities.shp"
import arcpy arcpy.env.workspace = r"pathto\scratch.gdb" desc = arcpy.Describe("FeatureClassName") print desc.name
arcpy.env.workspace = "mypath" cities = "Larimer_Cities.shp" print arcpy.Exists(cities)
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.