Posts

Showing posts from June, 2025

Module 6 Working Geometry

Image
 This week's assignment was to pull a feature class and write it to a TXT file. To accomplish this feat, we utilized nested loops and search cursors along with skills from previous weeks. This assignment specifically was targeted to rivers in Hawaii. Below is the code and results.

Module 4 Models and Geoprocessing Scripts

Image
 This module provided an in-depth overview and review for model creation and using geoprocessing tools within the ArcGIS Pro workspace. Below you can see a model that was used to generate a workflow to make a new layer, depicting suitable soil in the area. Below the model is the result of the workflow. The model function in ArcGIS Pro allows users to use a visual representation to help create a workflow with functioning tools in the GIS workspace. The latter half of the assignment was to create a script that ran multiple geoprocessing tools to efficiently place coordinates, create a buffer, and dissolve the buffer for a cleaner look. You can see the code and results below.