import arcpy from arcpy import env arcpy.env.workspace = "C:/Documents and Settings"
import arcpy arcpy.env.workspace = "C:/Documents and Settings"
print arcpy.env.workspace
import arcpy environments = arcpy.ListEnvironments() for environment in environments: envSetting = eval("arcpy.env." + environment) print "%-30s: %s" % (environment, envSetting) print "\nDONE"
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.