GIS Programming Module 5
This week we have been working on Module 5. In Module 5 we learned to work with various scripts to help interpret geometries. In the exercises for this week we practiced identifying certain portions of geometries and working with text files to write geometries.
For this module's assignment we had to write a script that will create an empty text file and then we had to write a series of for loops to iterate through a given shapefile and identify the XY coordinates of multipart shapes. Once the loop went through and identified the X,Y coordinates the script had to then write the data to the text file in a clean and coordinated fashion. Below is a flowchart I put together to go over the steps of my script.
No comments:
Post a Comment