My journey through the GIS certification program at UWF.
Lab 3: Intro to ERDAS Imagine
Get link
Facebook
X
Pinterest
Email
Other Apps
This is a map of the southwest area of the Olympic National Forest in Jefferson, Washington. It shows the vegetation present in the area in square miles.
This week was our final assignment. For this assignment, we were to write a code to create a new text file and copy all the information for the point data for 25 features. This data included the Feature OID, Vertex ID, X coordinates, Y coordinates, and the name of the river features. I created the code below, and the images following the code show the resulting text file.
This week's assignment was to write a script that could create a new geodatabase, copy the features from the data folder to the new geodatabase, and using a search cursor create a new dictionary populated with the name, feature type, and population of each County Seat in New Mexico. I completed the assignment easily enough, but I did have some difficulties throughout the process. I mainly received nameErrors and executeErrors. These were due to my mixing up d's and b's when typing out "gdb" in the code, and the code running partially then not being able to overwrite what had been previously created when rerunning it after fixing the errors. Below is the finished code.
Comments