Labels

Sunday, July 12, 2015

GIS 4102: GIS Programming Module 8

Module 8: Working with Geometries

This week’s lecture covered working with geometry objects, reading and writing geometries, and working with multipart features.

This week’s assignment involved writing a script that creates a .txt file and writes to it the coordinates and Object IDs for vertices in a shapefile by using geometry objects, using a search cursor, and nested loops.


Below is a screen shot of the records written to the .txt file by the script.


No comments:

Post a Comment