Chapter 8. Using the ArcPy Data Access Module with Feature Classes and Tables
In this chapter, we will cover the following recipes:
- Retrieving features from a feature class with SearchCursor
- Filtering records with a where clause
- Improving cursor performance with geometry tokens
- Inserting rows with InsertCursor
- Updating rows with UpdateCursor
- Deleting rows with UpdateCursor
- Inserting and updating rows inside an edit session
- Reading geometry from a feature class
- Using Walk() to navigate directories