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)
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.