- how to check for and describe data with arcpy.Describe,
- how to manipulate list of data by indexing, delete, sort and append
- how to create an empty dictionary {}, and add, change and delete
- how to work with search cursors to iterate over data stored in lists
We learned the benefit of working with dictionaries to obtain our data for the above script. We also used a search cursor with SQL expression and added those results to an empty dictionary.
No comments:
Post a Comment