GIS 5103 Module 5 - Explore & Manipulate Data
For this week we had to work with creating a new fGDB and then listing the feature classes to be copied to the new geodatabase using Python, each shapefile is then copied to the geodatabase
After iterating through each geodatabase a search cursor is initiated in order to produce the county seats within the cities shapefile along with their population
Finally, a new dictionary called county seats is created and each of the county seats and their population is fed into the new dictionary and the new dictionary is printed
Comments
Post a Comment