1. The first step is to create the toolbox shell in ArcCatalog
2. Next you create a script tool in the toolbox and attach your .py script to the tool. This gives the tool guidelines on how to run.
3. Next you set parameters for data entry. This will allow for a better user interface and correct data entry.
4. Finally adjust your script to accept the data entered by the user instead of hard set file paths.
5. Check your script tool to confirm the proper operation.
No comments:
Post a Comment