""" University of Washington, Department of Geography Geography 465 Winter 2009 LAB ASSIGNMENT 6 Author: Michalis Avraam CREATING TOPOLOGIES IN ARCGIS USING PYTHON This exercise introduces you to creating topologies in ArcGIS using Python and the Geoprocessor. 1. Create a new geodatabase 2. Create a King Cunty feature dataset 3. Using the files provided, populate the dataset in a topology 4. Validate the topology Notes: For further information on the Census Geography, see http://www.census.gov/geo/www/geodiagram.pdf """ # STEP 1: Create a geodatabase # STEP 2: Create a feature dataset # (make sure the projection is right) # STEP 3: Add files # Create a topology # Add rules # Add files to rules # Step 4: Validate topology