Wednesday, June 22, 2016

Geoprocessing with Python

GIS Programming - Mod 6

Module 6 had us running three geoprocessing tools with a Python script.  AddXY added xy coordinates to a hospitals point shapefile, Buffer generated a 1000 meter buffer around the points, then Dissolve dissolved the buffer file into a single feature.  




After each tool I printed a message with the GetMessages function to show the successful completion of each tool.

With that successfully done I created my flow chart and the assignment was done.




No comments:

Post a Comment