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.
Locating the geoprocessing capabilities in the ArcGIS API
From the course: Python Scripting Using the ArcGIS API for Python
Locating the geoprocessing capabilities in the ArcGIS API
- [Instructor] Geoprocessing is anything you do to geospatial data, including analysis and data manipulation, like adding columns and deleting columns. Those of you who are ArcGIS users will be familiar with many of the hundreds of tools that exist in ArcGIS Toolbox. The ArcGIS API also has a set of geoprocessing tools that accesses the kind of functionality we're used to seeing in ArcGIS Online and Portal for ArcGIS. The ArcGIS API also has a set of geoprocessing tools that access the kinds of functionality we're used to seeing in ArcGIS Online and Portal for ArcGIS. So here I'm in ArcGIS Online, and I'm talking about these analysis tools over here. So the toolbox tools from Pro come from ArcPy. These online analysis tools come from the ArcGIS API for Python. First, I want to make it clear that I can certainly access all of the ArcGIS Pro geoprocessing tools from within Python as long as I have a license for ArcGIS Pro. These tools are all available through the ArcPy library. So I…
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)
-
-