From the course: Python Scripting Using the ArcGIS API for Python
Unlock this course with a free trial
Join today to access over 25,500 courses taught by industry experts.
Incorporating geoprocessing into your scripts
From the course: Python Scripting Using the ArcGIS API for Python
Incorporating geoprocessing into your scripts
- [Instructor] Spatial analysis is the process of using geospatial data to analyze locations and patterns and relationships. It's what makes GIS software so powerful and we can do spatial analysis right here in ArcGIS Pro or in ArcGIS Online or Portal for ArcGIS. But we can also do geoprocessing through our Python scripts. So why bother scripting them? Well, geoprocessing steps can be automated, right? So they run while we're not around, but there are three main reasons for doing it. First, to ensure that every time we have to run this process, it's run exactly the same way. We don't have to depend on someone's memory, we can just go run the script again. Also, because we can take that script and run it on a scheduler, have it run over the weekend or when we're not at work, and then also the script serves to document the process. So if I need to go back six months from now and explain what I did or justify what I did, I can always show the script and it shows every single step that…
Contents
-
-
-
-
-
-
(Locked)
The record set: Getting to the data and properties12m 45s
-
(Locked)
Querying spatial data9m 6s
-
(Locked)
Locating the geoprocessing capabilities in the ArcGIS API10m 55s
-
(Locked)
Incorporating geoprocessing into your scripts12m 44s
-
(Locked)
An example: Walking through a geoprocessing script18m 32s
-
(Locked)
-
-