GIS4102 - Module 4 - Geoprocessing
For this it was tasked of us to selects all areas of a basin shapefile feature in ArcGIS Pro that are currently or potentially suitable for farming. This was mostly done through using geoprocessing tool in ArcGIS Pro's ModelBuild to help us understand how geoproccessing tool work with Python Script. After understanding how geoproccessing works in Python it was tasked of us to create our own script without a template that completed these steps:
- Add XY Coordinates to the hospitals shapefile
- Create a 1000 meter buffer around the hospital feature
- Dissolve the hospital buffers into a separate, single feature
My general process for how I completed these steps are in my flowchart below.
After I compiled the script and it functioned, it resulted in the output below.


Comments
Post a Comment