Utility Request Map Maker

Category: Geographic Information Systems
Utility Request Map Maker

This script works by manipulating objects in ArcGIS Pro with the arcpy library. Essentially, it's doing things I could do with a GUI, except much faster. It definition queries our parcel layer with a parcel id being requested. It then asks for the user to put their desired scale and proceeds to edit all the features on the map that need to be changed, such as the scale bar and zoom level. If everything looks good, I go to the next cell in the jupyter notebook and it exports the file which I upload to our approval form. Using this has significantly cut down the time I need to complete these requests by almost 90%, freeing me to do other tasks.