



To finish off this lesson, we’ll take the previous script and make it into a tool that can easily be run in ArcGIS.īefore you begin this exercise, I strongly recommend that you scan the ArcGIS help topic Adding a script tool. A few people know how to alter Python code, a few more can run a Python script and supply user input variables, but almost all ArcGIS users know how to run a tool. User input variables that you retrieve through GetParameterAsText() make your script very easy to convert into a tool in ArcGIS.
