Programming ArcGIS with Python Cookbook, Second Edition
| By: | Eric Pimpler |
| Publisher: | Packt Publishing |
| Print ISBN: | 9781785282898 |
| eText ISBN: | 9781785281259 |
| Edition: | 1 |
| Copyright: | 2015 |
| Format: | Reflowable |
Lifetime - $47.99
eBook Features
Instant Access
Purchase and read your book immediately
Read Offline
Access your eTextbook anytime and anywhere
Study Tools
Built-in study tools like highlights and more
Read Aloud
Listen and follow along as Bookshelf reads to you
Details
Table of Contents
Book Description
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