#import modules and define workspace import arcpy import os import traceback import sys arcpy.env.workspace = sys.path[0] print arcpy.env.workspace
import arcpy, os, sys arcpy.env.workspace = os.path.dirname(sys.argv[0])
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.