Saturday, June 28, 2014

Manipulating Spatial Data (GIS Programming Module 6)

This assignment involved using the arcpy module in Python to access spatial datasets in order to find and manipulate the data within. The script whose output is shown below creates a new file geodatabase, populates it with shapefiles from an extant data directory and then creates a dictionary that holds population values using city names as keys, specifically cities that possess the 'County Seat' attribute from the FEATURE column in the attribute table for the 'cities' feature class.

script output 01

script output 2

No comments:

Post a Comment