Now that you have created a Python script, you need to add it to ArcGIS Pro and test it. In this step, you will add the script you just created to a toolbox in your project and then run it:
- If necessary, start ArcGIS Pro and open Ex12.aprx.
- In the Catalog pane, expand the Toolboxes folder.
- Right-click on the Ex12 toolbox and select New>Script from the menu.
- Fill out the information for the new script as follows:
- Type CalcAcresProject in theNamefield.
- Type Calculate Parcel Acres and Project to Web Mercator in the Label field.
- Click on the Browse button located next to the Script File cell, then navigate to C:\Student\IntroArcPro\Chapter12, and select the AcresWebProject.py script that you just created. Your window should now look like this:
- Click OK once you have verified everything...