This week's module is the last of this course. We were tasked to create a text file containing the vertices of a geometry using a search cursor. The text file's lines were to consist of the following: Feature/row OID, Vertex ID, X and Y coordinates, and Name of the river feature. I ran into some trouble when attempting to run the search cursor, namely I incorrectly wrote the code to call "NAME@" instead of just "NAME." After a fixing my script I was able to output the point data properly:
The lines are formatted as OID | Vertex ID | X, Y | Name.
Please find a flowchart of my script below:
No comments:
Post a Comment