-
Book Overview & Buying
-
Table Of Contents
Programming ArcGIS 10.1 with Python Cookbook
By :
Python geoprocessing scripts can be executed either outside ArcGIS as a standalone script or inside ArcGIS as a script tool. Both methods have their advantages and disadvantages. Up to this point in the book, all our scripts have been run either inside ArcGIS as a script tool, or from a Python development environment such as IDLE, or the Python Window in ArcGIS. However, Python scripts can also be executed from the Windows operating system command line. The command line is a window that you can use to type in commands rather than the usual point-and-click approach provided by Windows. This method of running Python scripts is useful for scheduling the execution of a script. There are a number of reasons why you might want to schedule your scripts. Many geoprocessing scripts take a long time to fully execute and need to be scheduled to run during non-working hours on a regular basis. Additionally, some scripts need to be executed on a routine basis (every day, week, month, and...
Change the font size
Change margin width
Change background colour