Module 6- Geoprocessing with Python

In this module we learned how to perform geoprocessing tasks using Python and the syntax for using tools and toolboxes from ArcMap.

The lab required to perform three geoprocessing tasks:

  1. Add XY coordinates to a shape file.
  2. Create a buffer of 1000 meters for the shape file.
  3. Dissolve the buffer into a separate feature.
Each task also had to print the messages form every tool using the GetMessages() function. 

Below is a simple model of what was done in the script.


This interactive window shows the script's final output messages.


Comments

Popular posts from this blog

Module 6- Proportional Bivariate

Module 4- Color Choropleth

GIS5100 Week10: Final Project