Book Image

Learning ArcGIS Pro

Book Image

Learning ArcGIS Pro

Overview of this book

Table of Contents (20 chapters)
Learning ArcGIS Pro
Credits
About the Author
About the Reviewer
www.PacktPub.com
Preface
ArcGIS Pro Glossary
Index

Tasks, geoprocessing models, and Python scripts – what is the difference?


Having just learned about tasks in the last chapter and reading the introduction for this chapter, you may be wondering what the difference is between a task, a geoprocessing model, and a Python script? That is a great question.

To answer it, you must first understand what each one is. You already know what a task is, so we will now focus on gaining a better understanding of what a geoprocessing model and Python script are. Once you understand that, you can then understand the differences between the three.

Geoprocessing model

A geoprocessing model is a custom tool created within the ModelBuilder window that contains multiple geoprocessing tools along with their various parameters (inputs, outputs, options, and other values) which work together as part of an integrated process that will run as if it is a single tool.

The preceding illustration is a sample of a very simple model. It contains two geoprocessing tools that...