From the course: Learning ArcGIS Python Scripting

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

Model builder for jump-starting your script

Model builder for jump-starting your script - ArcGIS Pro Tutorial

From the course: Learning ArcGIS Python Scripting

Model builder for jump-starting your script

- [Instructor] Model Builder is a visual programming language built into ArcGIS Pro. It lets you string together tools and datasets to create workflows without scripting. Then, these models built graphically can be exported to a Python script to give you a starting point for your code. Now, learning Model Builder is outside the scope of this course, but I'm going to build a model really quick to show you how easy it is, and then I'll export that model to Python. I'm going to create a model that buffers these gasoline storage tanks. If you want to follow along, you can open the Python Practice Project Package that I've provided in the exercise files. I'll open Model Builder and I'll drop in these tanks. That's the feature class I'm going to work on. Then, I'll go find the Select by Attributes tool. It's actually called Select Layer by Attribute, and I'll drag that into the model. And then I take the tank's feature class and drag it as input into the Select Layer by Attribute as the…

Contents