with arcpy.da.SearchCursor() as cur: for row in cur: # do something
set log_file=logPath python myscript.py >> %log_file% 2>&1 if %errorlevel% neq 0 exit /b %errorlevel%
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.