Book Image

Programming ArcGIS with Python Cookbook, Second Edition

By : Donald Eric Pimpler, Eric Pimpler
Book Image

Programming ArcGIS with Python Cookbook, Second Edition

By: Donald Eric Pimpler, Eric Pimpler

Overview of this book

Table of Contents (22 chapters)
Programming ArcGIS with Python Cookbook Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


In this chapter, we will briefly cover several concepts related to using Python in ArcGIS Pro. There are many similarities between using Python in ArcGIS for Desktop and ArcGIS Pro, so what you've learned up to this point will almost certainly translate to the new ArcGIS Pro environment. However, there are some differences in ArcGIS for Desktop and ArcGIS Pro, also there is a new Python Window that you can use.

There are some differences between using Python in ArcGIS for Desktop and ArcGIS Pro. In general, you can break down the differences as follows:

  • Functionality differences

  • Python version 3 instead of version 2

  • Unsupported data formats

Changes to functionality in ArcPy for ArcGIS Pro includes the removal of some geoprocessing tools, including the Coverage, Data Interoperability, Parcel Fabric, Schematics, and Tracking Analyst toolboxes. There are some additional tools in other toolboxes that are not available as well. The full list of geoprocessing tools that are not included...