Abstract
Combining ArcGIS and Python Data Structures for Data Formatting
Track: Smart Communities
Authors: Andy Bradford
A Python script was written to create a table of addresses for City operations. 22 fields required for operations had to be populated spatially. In order to efficiently retrieve and populate those fields, both Python and ArcGIS data structures were far more useful together than they were individually. This presentation focuses on two aspects of the script: retrieving information from another feature layer and using a table to control a list of geoprocessing tasks.