Sunday, July 1, 2018

GIS5103 - GIS Programming - Module 6

This module emphasized the use of several tools through a python script. For the given assignment, I had to create a script from scratch that would recognize a workplace on the computer hard drive, and from this workspace it would perform the following functions:

-Add XY to a specific shapefile
-Create a 100 meter buffer around the points on the shapefile
-Dissolve all attributes of the buffers and turn the shapefile into a single feature.

I did my best to make the script as well as the results legible. The screenshot above shows the messages received after the tool had been ran.

No comments:

Post a Comment