Tuesday, June 11, 2019

Module 4 - Geoprocessing

 This week we worked on geoprocessing. We also touched base on one of my favorite features and tools to utilize when creating a script for python. We used the model builder that is built in to ArcGIS Pro. The function essentially works the same as it did in ArcMap minus a few benefits, such as transposing the model to a script. Nevertheless, the model builder allows you to visualize what you are doing and the flow to approach your problem with. We used the model builder alter a feature in ArcPRO. We used the basin shapefile and clipped out the non suitable soils. We then created a script where we created an xy coordinate for a feature, a buffer, and then finally dissolved buffers.


This is a screenshot of the product of running my model builder.

This is a screenshot of my script after being ran.

No comments:

Post a Comment

Module 7: Working with Rasters

This assignment was much more simple to me than our last previous few. It was more straightforward and I only struggled at the end. We wer...