Chapter 9. ArcPy and ArcGIS Online
Now that we have reviewed the basics of ArcGIS Online, we will go through some more advanced functionalities and begin to build the foundation to interact with ArcGIS Online hosted feature services using Python. In order to program with Python and ArcGIS Online, we will need to first understand how the data is formatted and the methods used to access that data programmatically.
This chapter will cover the following topics:
- ArcGIS Online REST services
- URL parameters
- Using ArcGIS feature sets
- ArcGIS Online tokens
- Updating a feature class from an AGOL-hosted feature service