Module 6 GIS Programming: Working with Geometries
Hello all, in the final week of GIS Programming we learned how to work with geometric data from ArcGIS in Python. This included each level of geometric data, from features and arrays down to just point and coordinate data. We also practiced writing data to a text file and using the nested for loops to reach different levels of data. The getPart method was used in particular to skip a loop and retrieve the coordinate data for the rivers. I've included a small text file section where I printed the OID, vertex ID, x,y coordinates, and the feature's name (from left to right). The assignment was very logical and did not create too many problems for me. I need to remember to close the text file at the end so that the processes will actually occur and write to the text file. I've included a flowchart of the logic of my script below: Thank you, Joel Sexson