GIS Logo GSP 118 (318): GIS Programming

Assignment: Batch Processing With Python

In Review

1. A Batch Script

Create a batch processing script that executes at least 5 ArcGIS tools. This can be anything you desire but make sure to make it easy for someone else (me) to run the script. This probably means putting all the required inputs and other required folders at the top of your script or as parameters to the command line. You'll also want to document the script so it is easy for me to understand what its inputs and outputs are.

Turn in:

  • A command line script that takes at least one georeferenced file and executes at least 5 calls to ArcGIS to create an output (raster or vector)
  • A module that includes an interface class to ArcGIS