Week 5/6 - Python GeoProcessing
GIS 4102
Week 5 - Review
Week 6 - Module 5 - Python GeoProcessing
This week we worked with Python Script and Geoprocessing. The screenshot above was taken after a series of code was run to Add XY Coordinates to the hospitals shapefile, then create a 1000 meter buffer around the hospital locations, and finally Dissolve the buffers created into a single feature. All three of these tasks were completed using python script. The results were then printed in the interactive window to show that the tools completed their parameters successfully.
I can see how a python code can be written to complete routine series of tasks and all that would need to be modified is a few parameters. I also discovered that using code that was previously written saves both time and cuts down on syntax errors.
Overall I definitely am coming away with something that I can use in my current position, and look forward to further growth in Python Script.