The book kicks off with the fundamentals of starting to use Python with ArcGIS, followed by recipes on managing map documents and layers, including how to find and fix broken data links in these files.
In the second part of the book, you will learn to create custom geoprocessing tools and how to use the Attribute and Location tools to select specific features.
The third part of the book covers topics for advanced users including the REST API, and also teaches you how to use Python with ArcGIS Pro. The book finishes with appendices covering how to automate Python scripts, and the five things that should be at the back of every GIS programmer's mind.
What you will learn
Manage your map document files, layer files, feature classes, and tables
Programmatically update layer properties and symbology
Find and fix broken data links in your map document files
Automate map production, printing, and the creation of PDF map books
Develop custom geoprocessing tools that can be shared with others
Query and select data from feature classes and tables
Create new feature classes or tables and add, update, and delete records
Customize the ArcGIS Desktop interface with Python addins
Who this book is for
Table of Contents
Fundamentals of the Python Language for ArcGIS
Managing Map Documents and Layers
Finding and Fixing Broken Data Links
Automating Map Production and Printing
Executing Geoprocessing Tools from Scripts
Creating Custom Geoprocessing Tools
Querying and Selecting Data
Using the Arcpy Data Access Module to Select, Insert, and Update Geographic Data and Tables
Listing and Describing GIS Data
Customizing the ArcGIS Interface with Add-Ins
Error Handling and Troubleshooting
Advanced ArcGIS with Python Topics
Using Python with ArcGIS Pro
Appendix A: Automating Python Scripts
Appendix B: Five Things Every GIS Programmer Should Know - How to Write Scripts with Python