Module 10- Creating Custom Tools

This week we reviewed some Script Tool fundamentals.

The lab required that we modify a stand alone script to perform a multi clipping task in ArcMap.

First, I tested the script in PythonWin to make sure it worked. Then created a new Toolbox in ArcMap, added a new Script Tool, and linked the stand alone script here in order to use it.
Next was modifications to the Script Tool parameters and script to make it work in ArcMap.

Below is an image of the opened Script Tool displaying both input and output locations, meaning that the new parameters were working as expected.


After making some code adjustments to the script and editing variable values to point to the desired parameters for Output Boundary Feature and Input Features. The tool dialog box below displays a successful task completed listing all the shape files being clipped in the process.



There are definitely more steps in the process of creating a new custom tool for ArcMap while the script may be simpler. Below is a flowchart representing what is accomplished in the script.


Comments

Popular posts from this blog

Module 6- Proportional Bivariate

Module 4- Color Choropleth

GIS5100 Week10: Final Project