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 - 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…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
(Locked)
Object-oriented programming (OOP) overview5m 41s
-
(Locked)
Incorporating Python libraries in a script5m 7s
-
(Locked)
The ArcPy library3m 51s
-
(Locked)
Writing a script that uses ArcPy5m 1s
-
(Locked)
ArcPy objects, properties, and methods2m 38s
-
(Locked)
Geoprocessing with Python and ArcPy5m 34s
-
(Locked)
Model builder for jump-starting your script5m 4s
-
(Locked)
The ArcGIS API for Python library: Getting to web GIS7m
-
(Locked)
-
-
-
-
-