Model Builder ArcGIS
What is Model Builder?
ArcGIS Model Builder is an application you used to create, edit, and manage models. It is a visual programming language for building workflows.
Benefits of ModelBuilder
- You can create your own tools with ModelBuilder.
- Tools you create with ModelBuilder can be used in Python scripting and other models.
- It is an easy-to-use application for creating and running workflows containing a sequence of tools.
ArcGIS Model Builder Tutorial
Open ModelBuilder
Open ModelBuilder by clicking Geoprocessing > ModelBuilder.
You can add data and tools to the ModelBuilder canvas by dragging them from the Catalog or Search window or by using the Add button
There are a variety of ways you can connect data to tools; a common method is to use the Add Connection tool
Once you have connected data to tools, you can execute the model from within ModelBuilder by clicking the Run button
ModelBuilder interface
The ModelBuilder has a simple interface with drop-down menus, tools on a toolbar, and shortcut menu options as illustrated below.
ModelBuilder Manu
There are six main menus in the ModelBuilder:
Menu | Uses |
---|---|
Model | Use for running, validating, viewing messages, saving, printing, importing, exporting, and closing the model. You can also use this menu to delete intermediate data and set properties for the model. |
Edit | Cut, copy, paste, delete, and select model elements. |
Insert | Add data or a tool, create a variable, create a label, and add Model Only tools and iterators. |
View | Options for zooming in or out, full extent and Custom Zoom |
Window | Overview window you can use to display the entire model while you zoom in on a certain part of the model in the display window. Your current location in the model window is marked by a rectangle in the Overview window. |
Help | Access the ArcGIS for Desktop Help Online system and the About ModelBuilder box. |
ModelBuilder Toolbar
Sl No. | Toolbar |
---|---|
1 | Save |
2 | |
3 | Cut |
4 | Copy |
5 | Paste |
6 | Delete |
7 | Undo |
8 | Redo |
9 | Add Data or Tool |
10 | Auto Layout |
11 | Full Extent |
12 | Fixed Zoom In |
13 | Fixed Zoom Out |
14 | Zoom In |
15 | Pan |
16 | Select |
17 | Connect |
18 | Validate Entire Model |
19 | Run |
ModelBuilder has three sets of properties:
- Model properties—These properties allow you to change model name, label, description, relative path, parameter properties, model environments, help, and iteration.
- Diagram properties—These properties allow you to change the arrangements of elements on the diagram and overall diagram color and style.
- Display properties—These properties allow you to change the look of individual elements and other graphic properties.
There are two types of creating tool in ModelBuilder.
ModelBuilder Tutorials
In this Lesson discuss two tutorials for ModelBuilder: