Module 6 - Working with Geometries
This week, in the sixth and final GIS Programming lab, was about Working with Geometries.
This lab was utilizing geometry and geometries of ArcGIS to find the data we require with cursor and then plant them into a text file. This lab pushed more of what was previously learned and had us write our own code to search for the name, OID, and shape of certain features within the rivers shapefile.
This was done in order for us to then transcribe the feature id, the vertices, the x and y coordinates and the name of the feature onto a text file. As you can see below the code worked and presented the selfsame results the example in class had.
Overall I had a good experience with this lab and working through this class has given me a broader appreciation for python. In closing, I hope the rest of the GIS certification classes will at least utilize or touch on python for the maps.
Comments
Post a Comment